Skip to content

Commit

Permalink
Merge pull request #348 from infobloxopen/bump_version_to_0.5.2
Browse files Browse the repository at this point in the history
bump version to 0.5.2
  • Loading branch information
sarya-infoblox authored Oct 12, 2022
2 parents 5fa07ca + 2330626 commit 57b047a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.5.2 (2022-10-11)
__________________
* Added Certificate based authentication logic #330;
* Fixed use of EA inheritance in IP Objects #318;
* Fixed missing fields ('ipv4addr', 'ipv6addr') for 'class Member()' #345;

0.5.1 (2022-03-14)
__________________
* Updated connector's urlencoding logic for proper array encoding #287;
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ All top level objects support interface for CRUD operations. List of supported o

Supported NIOS objects
----------------------
All NIOS Objects are supported in the 0.5.1 verison release. check infoblox_client/objects.py for description of the objects.
All NIOS Objects are supported in the 0.5.2 verison release. check infoblox_client/objects.py for description of the objects.
Newly supported objects

* ``AAAADtcRecord``
Expand Down
2 changes: 1 addition & 1 deletion infoblox_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'John Belamaric'
__email__ = '[email protected]'
__version__ = '0.5.1'
__version__ = '0.5.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='infoblox-client',
version='0.5.1',
version='0.5.2',
description="Client for interacting with Infoblox NIOS over WAPI",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 57b047a

Please sign in to comment.