diff options
author | Christopher Baines <mail@cbaines.net> | 2016-02-27 17:56:10 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-02-27 19:06:12 +0000 |
commit | 16f2cafa899a05ff5ebd5d438375d17c96646c7d (patch) | |
tree | e6f089782a51d71d84e5d367bb3ab5889019a7fb /prometheus_pgbouncer_exporter | |
parent | ab6114a32013690cbc1609cd23a4c339321751ca (diff) | |
download | prometheus-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__.py | 2 |
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__) |