diff --git a/HISTORY.rst b/HISTORY.rst index 3fe81b79..6333655d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,12 @@ History ------- +0.4.11 (2016-10-31) +___________________ +* Add search HostRecords by MAC + 0.4.10 (2016-10-24) -__________________ +___________________ * Updated history and author 0.4.9 (2016-10-24) diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index d8eaf2ee..ba826aa1 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.10' +__version__ = '0.4.11' diff --git a/setup.py b/setup.py index 00dc2fce..58833e6b 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='infoblox-client', - version='0.4.10', + version='0.4.11', description="Client for interacting with Infoblox NIOS over WAPI", long_description=readme + '\n\n' + history, author="John Belamaric",