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 52e05cf commit d67ec5bCopy full SHA for d67ec5b
debian/changelog
@@ -1,3 +1,9 @@
1
+postgresql-metrics (0.2.4) unstable; urgency=low
2
+
3
+ * Support for PostgreSQL 10
4
5
+ -- Richard Mahlberg <richard@spotify.com> Thu, 16 Nov 2017 09:42:30 +0000
6
7
postgresql-metrics (0.2.3) unstable; urgency=low
8
9
* Fix some metrics conversion issues
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.3',
+ version='0.2.4',
27
author=u'Hannu Varjoranta',
28
author_email='hannu.varjoranta@spotify.com',
29
url='https://github.com/spotify/postgresql-metrics',
0 commit comments