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 2b2e840 commit fa42c7cCopy full SHA for fa42c7c
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+Version 0.0.6
2
+-------------
3
+
4
+* [BUGFIX] Fixed `UWSGIFlushStorage` init
5
6
Version 0.0.5
7
-------------
8
pyprometheus/__init__.py
@@ -18,7 +18,7 @@
18
19
__license__ = "BSD, see LICENSE for more details"
20
21
-__version__ = "0.0.5"
+__version__ = "0.0.6"
22
23
__version_info__ = list(map(int, __version__.split(".")))
24
0 commit comments