Skip to content

Commit fa42c7c

Browse files
committed
Update version and changelog.
1 parent 2b2e840 commit fa42c7c

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.6
2+
-------------
3+
4+
* [BUGFIX] Fixed `UWSGIFlushStorage` init
5+
16
Version 0.0.5
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.5"
21+
__version__ = "0.0.6"
2222

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

0 commit comments

Comments
 (0)