Skip to content

Commit 03e13d6

Browse files
committed
Update version and changelog.
1 parent 9dda6bd commit 03e13d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.0.8
2+
-------------
3+
4+
* [BUGFIX] Fixed escaping for export formats
5+
16
Version 0.0.7
27
-------------
38

pyprometheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__license__ = "BSD, see LICENSE for more details"
2020

21-
__version__ = "0.0.7"
21+
__version__ = "0.0.8"
2222

2323
__version_info__ = list(map(int, __version__.split(".")))
2424

0 commit comments

Comments
 (0)