Skip to content

Commit

Permalink
v. 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pracucci committed Dec 14, 2017
1 parent 5101ef9 commit 1f326ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

### 0.2.0 (2017-12-14)
- Added config file validation
- Added `--log-file` cli argument support and handle of `kill -HUP` to re-open the log file description (useful in combination with logrotate)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
setup(
name = 'prometheus-pgbouncer-exporter',
packages = ['prometheus_pgbouncer_exporter'],
version = '0.1.2',
version = '0.2.0',
description = 'Prometheus exporter for PgBouncer',
author = 'Marco Pracucci',
author_email = '[email protected]',
url = 'https://github.com/spreaker/prometheus-pgbouncer-exporter',
download_url = 'https://github.com/spreaker/prometheus-pgbouncer-exporter/archive/0.1.2.tar.gz',
download_url = 'https://github.com/spreaker/prometheus-pgbouncer-exporter/archive/0.2.0.tar.gz',
keywords = ['prometheus', 'pgbouncer'],
classifiers = [],
python_requires = ' >= 3',
Expand Down

0 comments on commit 1f326ef

Please sign in to comment.