Skip to content

Commit d2fe9c7

Browse files
author
Ishant Tyagi
authored
Merge pull request #175 from infobloxopen/bum_version_0.4.16
Bump version to 0.4.16
2 parents 60736e8 + 7f3ceb7 commit d2fe9c7

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.16 (2017-11-09)
7+
___________________
8+
9+
* Added pagination support for wapi calls
10+
611
0.4.15 (2017-07-18)
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.15'
3+
__version__ = '0.4.16'

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