Skip to content

Commit

Permalink
Merge pull request #113 from mterzo/release_0_3_2
Browse files Browse the repository at this point in the history
Version bump to 0.3.2
  • Loading branch information
bastelfreak committed Jan 30, 2017
2 parents 78ad268 + 168d5e5 commit f62ef43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
Changelog
#########

0.3.2
=====

* Fixed noop puppet runs reporting unchanged instead of noop.
* Fixed unreported nodes shown as 'noop' in puppetdb > 4.1.0.
* Add Inventory API endpoint for PuppetDB 4.2.0.
* Support for producer field on catalogs, facts and report types.

0.3.1
=====

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.3.1',
version='0.3.2',
author='Corey Hammerton',
author_email='corey.hammerton@gmail.com',
packages=find_packages(),
Expand Down

0 comments on commit f62ef43

Please sign in to comment.