Skip to content

Commit

Permalink
Added CHANGELOG and prepared for v. 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pracucci committed Dec 14, 2017
1 parent 8fcc4b9 commit 44f03de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

### 0.1.2 (2017-12-14)

- Ensure the `prometheus-pgbouncer-exporter` package is installed on Python >= 3

### 0.1.1 (2017-12-13)

- Fixed run on Python < 3.6 and >= 3.0

### 0.1.0 (2017-12-13)

- Initial version (fully working on Python 3.6)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
setup(
name = 'prometheus-pgbouncer-exporter',
packages = ['prometheus_pgbouncer_exporter'],
version = '0.1.1',
version = '0.1.2',
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.1.tar.gz',
download_url = 'https://github.com/spreaker/prometheus-pgbouncer-exporter/archive/0.1.2.tar.gz',
keywords = ['prometheus', 'pgbouncer'],
classifiers = [],
python_requires = ' >= 3',
Expand Down

0 comments on commit 44f03de

Please sign in to comment.