Skip to content

Commit b871730

Browse files
author
Akash Deep
authored
Merge pull request #211 from saiprasannasastry/master
Bumped version from 0.4.20 to 0.4.21
2 parents 013edca + 40012a9 commit b871730

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.21 (2019-01-18)
7+
___________________
8+
9+
* Supporting wapi version 2.10 or above
10+
611
0.4.20 (2018-03-27)
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__ = 'jbelamaric@infoblox.com'
3-
__version__ = '0.4.20'
3+
__version__ = '0.4.21'

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.20',
26+
version='0.4.21',
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)