From 6b70a01a267ffcba0847cf967a6acc7261919fe7 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 17 Feb 2016 11:46:47 +0000 Subject: Release 1.4 --- prometheus_pgbouncer_exporter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prometheus_pgbouncer_exporter') diff --git a/prometheus_pgbouncer_exporter/__init__.py b/prometheus_pgbouncer_exporter/__init__.py index 107ba30..707cd28 100644 --- a/prometheus_pgbouncer_exporter/__init__.py +++ b/prometheus_pgbouncer_exporter/__init__.py @@ -1,3 +1,3 @@ __ver_major__ = 1 -__ver_minor__ = 2 +__ver_minor__ = 4 __version__ = "%d.%d" % (__ver_major__, __ver_minor__) -- cgit v1.2.3