Skip to content

Commit d67ec5b

Browse files
committed
Release version 0.2.4
1 parent 52e05cf commit d67ec5b

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.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+
17
postgresql-metrics (0.2.3) unstable; urgency=low
28

39
* Fix some metrics conversion issues

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.3',
26+
version='0.2.4',
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)