aboutsummaryrefslogtreecommitdiff
path: root/prometheus_pgbouncer_exporter
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-02-27 17:56:10 +0000
committerChristopher Baines <mail@cbaines.net>2016-02-27 19:06:12 +0000
commit16f2cafa899a05ff5ebd5d438375d17c96646c7d (patch)
treee6f089782a51d71d84e5d367bb3ab5889019a7fb /prometheus_pgbouncer_exporter
parentab6114a32013690cbc1609cd23a4c339321751ca (diff)
downloadprometheus-pgbouncer-exporter-16f2cafa899a05ff5ebd5d438375d17c96646c7d.tar
prometheus-pgbouncer-exporter-16f2cafa899a05ff5ebd5d438375d17c96646c7d.tar.gz
Release 1.6v1.6
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 707cd28..1ab0f46 100644
--- a/prometheus_pgbouncer_exporter/__init__.py
+++ b/prometheus_pgbouncer_exporter/__init__.py
@@ -1,3 +1,3 @@
__ver_major__ = 1
-__ver_minor__ = 4
+__ver_minor__ = 6
__version__ = "%d.%d" % (__ver_major__, __ver_minor__)