Skip to content

Commit 418e4ad

Browse files
authored
Merge pull request #25 from volodymyrpavlenko/release_version
Release version 0.3.1
2 parents dc04eaf + 7230155 commit 418e4ad

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.1) unstable; urgency=low
2+
3+
* Make `sec-since-oldest-xact-start` metric database-specific
4+
* Fix building issue with psycopg2
5+
6+
-- Volodymyr Pavlenko <volodymyrp@spotify.com> Thu, 25 Feb 2021 10:25:00 +0000
7+
18
postgresql-metrics (0.3.0) unstable; urgency=low
29

310
* Fix for PostgreSQL versions >= 10

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.3.0',
25+
version='0.3.1',
2626
author=u'Hannu Varjoranta',
2727
author_email='hannu.varjoranta@spotify.com',
2828
url='https://github.com/spotify/postgresql-metrics',

0 commit comments

Comments
 (0)