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 c264735 commit dc7a463Copy full SHA for dc7a463
debian/changelog
@@ -1,3 +1,10 @@
1
+postgresql-metrics (0.3.0) unstable; urgency=low
2
+
3
+ * Fix for PostgreSQL versions >= 10
4
+ * Migrate to using Python3
5
6
+ -- Hannu Varjoranta <hannu.varjoranta@spotify.com> Mon, 28 Jan 2019 11:00:00 +0000
7
8
postgresql-metrics (0.2.6) unstable; urgency=low
9
10
* Wrap replication status metric to function
setup.py
@@ -22,7 +22,7 @@ def requirements(f):
22
23
24
setup(name='postgresql-metrics',
25
- version='0.2.6',
+ version='0.3.0',
26
author=u'Hannu Varjoranta',
27
author_email='hannu.varjoranta@spotify.com',
28
url='https://github.com/spotify/postgresql-metrics',
0 commit comments