From 51111b795c594d3d2ecc087c3167929eee3d4a71 Mon Sep 17 00:00:00 2001 From: Yue Ko Date: Thu, 8 Dec 2016 18:46:27 +0000 Subject: [PATCH] Bump version to 0.4.12 --- HISTORY.rst | 5 +++++ infoblox_client/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6333655d..6bc5b949 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.4.12 (2016-12-08) +___________________ +* Allow search all fields +* Remove ptrdname from PTR record search attributes + 0.4.11 (2016-10-31) ___________________ * Add search HostRecords by MAC diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index ba826aa1..389d49be 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.11' +__version__ = '0.4.12' diff --git a/setup.py b/setup.py index 58833e6b..9b5ad4d6 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='infoblox-client', - version='0.4.11', + version='0.4.12', description="Client for interacting with Infoblox NIOS over WAPI", long_description=readme + '\n\n' + history, author="John Belamaric",