aboutsummaryrefslogtreecommitdiff
path: root/prometheus_pgbouncer_exporter/__init__.py
diff options
context:
space:
mode:
authorPablo Carranza <pcarranza@gmail.com>2017-06-10 22:34:56 +0000
committerPablo Carranza <pcarranza@gmail.com>2017-06-10 22:34:56 +0000
commiteb9060e520d5711367253b80fa17e47614b2408c (patch)
tree876a96bbc73c3bdedce64fabafcf466889756d48 /prometheus_pgbouncer_exporter/__init__.py
parent7ea87dd5616e173fdf5dce2e030af051be79e2c9 (diff)
parent0a626be4cdc8eee651c008724559f338d47347c4 (diff)
downloadprometheus-pgbouncer-exporter-eb9060e520d5711367253b80fa17e47614b2408c.tar
prometheus-pgbouncer-exporter-eb9060e520d5711367253b80fa17e47614b2408c.tar.gz
Merge branch 'pc-add-password' into 'master'
Add password as an argument See merge request !1
Diffstat (limited to 'prometheus_pgbouncer_exporter/__init__.py')
-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 45b81bf..923225e 100644
--- a/prometheus_pgbouncer_exporter/__init__.py
+++ b/prometheus_pgbouncer_exporter/__init__.py
@@ -1,3 +1,3 @@
__ver_major__ = 1
-__ver_minor__ = 7
+__ver_minor__ = 8
__version__ = "%d.%d" % (__ver_major__, __ver_minor__)