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 9e2302d commit 8cb879eCopy full SHA for 8cb879e
debian/changelog
@@ -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
7
postgresql-metrics (0.2.2) unstable; urgency=low
8
9
* fix bug in replication delay metric
setup.py
@@ -23,7 +23,7 @@
23
requirements = [str(ir.req) for ir in install_requirements]
24
25
setup(name='postgresql-metrics',
26
- version='0.2.2',
+ version='0.2.3',
27
author=u'Hannu Varjoranta',
28
author_email='hannu.varjoranta@spotify.com',
29
url='https://github.com/spotify/postgresql-metrics',
0 commit comments