Skip to content

Commit

Permalink
Bumped version to 0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
adsri committed Nov 20, 2017
1 parent ece565c commit 6e9243e
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.18 (2017-11-20)
___________________

* Fix bug related to temporary unavailable status code

0.4.17 (2017-11-09)
___________________

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.17'
__version__ = '0.4.18'
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.17',
version='0.4.18',
description="Client for interacting with Infoblox NIOS over WAPI",
long_description=readme + '\n\n' + history,
author="John Belamaric",
Expand Down

0 comments on commit 6e9243e

Please sign in to comment.