We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 013edca + 40012a9 commit b871730Copy full SHA for b871730
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+0.4.21 (2019-01-18)
7
+___________________
8
+
9
+* Supporting wapi version 2.10 or above
10
11
0.4.20 (2018-03-27)
12
___________________
13
infoblox_client/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'John Belamaric'
2
__email__ = 'jbelamaric@infoblox.com'
-__version__ = '0.4.20'
+__version__ = '0.4.21'
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name='infoblox-client',
26
- version='0.4.20',
+ version='0.4.21',
27
description="Client for interacting with Infoblox NIOS over WAPI",
28
long_description=readme + '\n\n' + history,
29
author="John Belamaric",
0 commit comments