From 7558056a79f1974a459471ac174306487e660bb5 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 16 Jan 2016 20:49:54 +0000 Subject: Release 1.2 --- prometheus_pgbouncer_exporter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prometheus_pgbouncer_exporter/__init__.py') diff --git a/prometheus_pgbouncer_exporter/__init__.py b/prometheus_pgbouncer_exporter/__init__.py index 4fe83a7..107ba30 100644 --- a/prometheus_pgbouncer_exporter/__init__.py +++ b/prometheus_pgbouncer_exporter/__init__.py @@ -1,3 +1,3 @@ __ver_major__ = 1 -__ver_minor__ = 1 +__ver_minor__ = 2 __version__ = "%d.%d" % (__ver_major__, __ver_minor__) -- cgit v1.2.3