diff options
author | Christopher Baines <mail@cbaines.net> | 2016-02-17 11:46:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-02-17 11:46:47 +0000 |
commit | 6b70a01a267ffcba0847cf967a6acc7261919fe7 (patch) | |
tree | 8e7b6e0947192dd30a500884be1f2a6fd90b7849 /prometheus_pgbouncer_exporter | |
parent | 4d05cead05a4afd6ae157bf117652dab1b1e0e51 (diff) | |
download | prometheus-pgbouncer-exporter-6b70a01a267ffcba0847cf967a6acc7261919fe7.tar prometheus-pgbouncer-exporter-6b70a01a267ffcba0847cf967a6acc7261919fe7.tar.gz |
Release 1.4v1.4
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 107ba30..707cd28 100644 --- a/prometheus_pgbouncer_exporter/__init__.py +++ b/prometheus_pgbouncer_exporter/__init__.py @@ -1,3 +1,3 @@ __ver_major__ = 1 -__ver_minor__ = 2 +__ver_minor__ = 4 __version__ = "%d.%d" % (__ver_major__, __ver_minor__) |