aboutsummaryrefslogtreecommitdiff
path: root/prometheus_pgbouncer_exporter
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-01-16 20:49:54 +0000
committerChristopher Baines <mail@cbaines.net>2016-01-16 20:57:40 +0000
commit7558056a79f1974a459471ac174306487e660bb5 (patch)
treebb087b73517ffa32f8e225266d8ca058b5c6deca /prometheus_pgbouncer_exporter
parentdf7abb3f26111439153c4e1ccd023b16a8c9d3f5 (diff)
downloadprometheus-pgbouncer-exporter-7558056a79f1974a459471ac174306487e660bb5.tar
prometheus-pgbouncer-exporter-7558056a79f1974a459471ac174306487e660bb5.tar.gz
Release 1.2
Diffstat (limited to 'prometheus_pgbouncer_exporter')
-rw-r--r--prometheus_pgbouncer_exporter/__init__.py2
1 files changed, 1 insertions, 1 deletions
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__)