Skip to content

Commit 8cb879e

Browse files
committed
release version 0.2.3
1 parent 9e2302d commit 8cb879e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
postgresql-metrics (0.2.3) unstable; urgency=low
2+
3+
* Fix some metrics conversion issues
4+
5+
-- Hannu Varjoranta <hannu.varjoranta@spotify.com> Fri, 19 May 2017 11:28:33 +0000
6+
17
postgresql-metrics (0.2.2) unstable; urgency=low
28

39
* fix bug in replication delay metric

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
requirements = [str(ir.req) for ir in install_requirements]
2424

2525
setup(name='postgresql-metrics',
26-
version='0.2.2',
26+
version='0.2.3',
2727
author=u'Hannu Varjoranta',
2828
author_email='hannu.varjoranta@spotify.com',
2929
url='https://github.com/spotify/postgresql-metrics',

0 commit comments

Comments
 (0)