Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit dc7a463

Browse files
committed
Release version 0.3.0
1 parent c264735 commit dc7a463

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <[email protected]> Mon, 28 Jan 2019 11:00:00 +0000
7+
18
postgresql-metrics (0.2.6) unstable; urgency=low
29

310
* Wrap replication status metric to function

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def requirements(f):
2222

2323

2424
setup(name='postgresql-metrics',
25-
version='0.2.6',
25+
version='0.3.0',
2626
author=u'Hannu Varjoranta',
2727
author_email='[email protected]',
2828
url='https://github.com/spotify/postgresql-metrics',

0 commit comments

Comments
 (0)