Skip to content

Commit

Permalink
Merge pull request #142 from yuewko/bumpver-0.4.12
Browse files Browse the repository at this point in the history
Bump version to 0.4.12
  • Loading branch information
johnbelamaric authored Dec 8, 2016
2 parents 48bd05d + 51111b7 commit 691b864
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.4.12 (2016-12-08)
___________________
* Allow search all fields
* Remove ptrdname from PTR record search attributes

0.4.11 (2016-10-31)
___________________
* Add search HostRecords by MAC
Expand Down
2 changes: 1 addition & 1 deletion infoblox_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'John Belamaric'
__email__ = '[email protected]'
__version__ = '0.4.11'
__version__ = '0.4.12'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='infoblox-client',
version='0.4.11',
version='0.4.12',
description="Client for interacting with Infoblox NIOS over WAPI",
long_description=readme + '\n\n' + history,
author="John Belamaric",
Expand Down

0 comments on commit 691b864

Please sign in to comment.