From 3b23b3d6ad209208e054d3a1b0aa7d0afef5b9ed Mon Sep 17 00:00:00 2001 From: Akash Deep Date: Tue, 6 Feb 2018 05:19:31 +0100 Subject: [PATCH] Bumped version to 0.4.19 --- 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 886b390d..1390d828 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.4.19 (2018-02-06) +___________________ + +* Changed logging of failure on object search from Error to Warning + 0.4.18 (2017-11-20) ___________________ diff --git a/infoblox_client/__init__.py b/infoblox_client/__init__.py index 990e707f..f368dd68 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.18' +__version__ = '0.4.19' diff --git a/setup.py b/setup.py index d5317833..37b5e96b 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='infoblox-client', - version='0.4.18', + version='0.4.19', description="Client for interacting with Infoblox NIOS over WAPI", long_description=readme + '\n\n' + history, author="John Belamaric",