From 39ac95fe2236906b7c68ef0c992c7541fa8d7fc0 Mon Sep 17 00:00:00 2001 From: Richard Mahlberg Date: Fri, 9 Jul 2021 08:26:20 +0200 Subject: [PATCH] Release version 0.3.3 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4bbe010..1807173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postgresql-metrics (0.3.3) unstable; urgency=low + + * Support cascade replication in get_stats_replication_delays + + -- Richard Mahlberg Fri, 9 Jul 2021 06:25:00 +0000 + postgresql-metrics (0.3.2) unstable; urgency=low * Add metrics for seeing how close the postgres instance is to diff --git a/setup.py b/setup.py index ed45e38..64e64fd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def requirements(f): setup(name='postgresql-metrics', - version='0.3.2', + version='0.3.3', author=u'Hannu Varjoranta', author_email='hannu.varjoranta@spotify.com', url='https://github.com/spotify/postgresql-metrics',