diff --git a/HISTORY.rst b/HISTORY.rst index 203951d1..38f258e8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.4.21 (2019-01-18) +___________________ + +* Supporting wapi version 2.10 or above + 0.4.20 (2018-03-27) ___________________ diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index 0200d158..d611d053 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.20' +__version__ = '0.4.21' diff --git a/setup.py b/setup.py index 0105f7ef..25b5d8e8 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='infoblox-client', - version='0.4.20', + version='0.4.21', description="Client for interacting with Infoblox NIOS over WAPI", long_description=readme + '\n\n' + history, author="John Belamaric",