Skip to content

Commit

Permalink
Merge pull request #353 from infobloxopen/bump_version_to_0.6.0
Browse files Browse the repository at this point in the history
Bumped version from 0.5.2 to 0.6.0
  • Loading branch information
sarya-infoblox authored Nov 18, 2022
2 parents e7e34e1 + 233fe4d commit a6fba80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.6.0 (2022-11-18)
__________________
* Added support for Python version 3.9 #352;
* Removed support for Python version below 3.0 #352;

0.5.2 (2022-10-12)
__________________
* Added Certificate based authentication logic #330;
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.2 verison release. check infoblox_client/objects.py for description of the objects.
All NIOS Objects are supported in the 0.6.0 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.2'
__version__ = '0.6.0'
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.2',
version='0.6.0',
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 a6fba80

Please sign in to comment.