We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dda6bd commit 03e13d6Copy full SHA for 03e13d6
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+Version 0.0.8
2
+-------------
3
+
4
+* [BUGFIX] Fixed escaping for export formats
5
6
Version 0.0.7
7
-------------
8
pyprometheus/__init__.py
@@ -18,7 +18,7 @@
18
19
__license__ = "BSD, see LICENSE for more details"
20
21
-__version__ = "0.0.7"
+__version__ = "0.0.8"
22
23
__version_info__ = list(map(int, __version__.split(".")))
24
0 commit comments