Skip to content

Commit

Permalink
Version bump to 0.2.3 (#83)
Browse files Browse the repository at this point in the history
* Version bump to 0.2.2

- Added an entry in CHANGELOG.rst with highlights of this release
- Fixed URL paths with the new voxpupuli organization in README.rst
- Changing the author from Daniele Sluijters to Corey Hammerton in
  setup.py

* CHANGELOG.rst: Adding entry for change commited for #75

* CHANGELOG.rst: Adding entry for #80

* Version bump to 0.2.3

* CHANGELOG.rst: Adding changelog entry for the new fix.
  • Loading branch information
corey-hammerton committed May 17, 2016
1 parent 35ba410 commit 9dda9e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,13 @@
Changelog
#########

0.2.3
=====

* Removed deprecation of :func:`pypuppetdb.types.Report.events()`. Expanded
resource events data timestamps are not parseable.
* Escaping additional path parameters passed to _url() with urllib.quote

0.2.2
=====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):

setup(
name='pypuppetdb',
version='0.2.2',
version='0.2.3',
author='Corey Hammerton',
author_email='corey.hammerton@gmail.com',
packages=find_packages(),
Expand Down

0 comments on commit 9dda9e2

Please sign in to comment.