diff --git a/HISTORY.rst b/HISTORY.rst index 2c07749d..886b390d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ___________________ diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index 9eec3c51..990e707f 100644 --- a/infoblox_client/__init__.py +++ b/infoblox_client/__init__.py @@ -1,3 +1,3 @@ __author__ = 'John Belamaric' __email__ = 'jbelamaric@infoblox.com' -__version__ = '0.4.17' +__version__ = '0.4.18' diff --git a/setup.py b/setup.py index 5822f4b8..d5317833 100755 --- a/setup.py +++ b/setup.py @@ -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",