Skip to content

Commit e5b4788

Browse files
author
Akash Deep
authored
Merge pull request #184 from infobloxopen/bumped_version_to_0.4.19
Bumped version to 0.4.19
2 parents c8c8d69 + 3b23b3d commit e5b4788

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.4.19 (2018-02-06)
7+
___________________
8+
9+
* Changed logging of failure on object search from Error to Warning
10+
611
0.4.18 (2017-11-20)
712
___________________
813

infoblox_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'John Belamaric'
22
__email__ = '[email protected]'
3-
__version__ = '0.4.18'
3+
__version__ = '0.4.19'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='infoblox-client',
26-
version='0.4.18',
26+
version='0.4.19',
2727
description="Client for interacting with Infoblox NIOS over WAPI",
2828
long_description=readme + '\n\n' + history,
2929
author="John Belamaric",

0 commit comments

Comments
 (0)