From fb0a90c6774bb9b4c746e8ebdc1ff3bf4692aba7 Mon Sep 17 00:00:00 2001 From: saiprasannasastry Date: Thu, 21 Feb 2019 15:16:14 +0530 Subject: [PATCH] Bumping version from 0.4.21 to 0.4.22 --- HISTORY.rst | 6 ++++++ infoblox_client/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 38f258e8..a95ff895 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.4.22 (2019-02-21) +___________________ + +* Supported returning default fileds plus user required fields reflecting WAPI +* Supporting 'aliases' parameter of HOST record for DNS + 0.4.21 (2019-01-18) ___________________ diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index d611d053..e4b7de62 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.21' +__version__ = '0.4.22' diff --git a/setup.py b/setup.py index 86f29f4d..8854bd55 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='infoblox-client', - version='0.4.21', + version='0.4.22', description="Client for interacting with Infoblox NIOS over WAPI", long_description=readme + '\n\n' + history, author="John Belamaric",