Skip to content

Commit

Permalink
bumping to 0.4.23 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiprasannasastry authored Sep 10, 2019
1 parent 7a661e1 commit cce2321
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

0.4.23 (2019-09-10)
___________________

* Added some extra fields for network class
* Fixed update option for A Record
* Adding fields for fixed address

0.4.22 (2019-02-21)
___________________

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Reply from NIOS is parsed back into objects and contains next data:
Out[22]: HostRecordV4: _ref=record:host/ZG5zLmhvc3QkLjQuY29tLm15X3pvbmUubXlfaG9zdF9yZWNvcmQ:my_host_record.my_zone.com/my_dns_view, name=my_host_record.my_zone.com, ipv4addrs=[<infoblox_client.objects.IPv4 object at 0x7f7d6b0fe9d0>], view=my_dns_view
High level API, using InfobloxObjectManager
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Create a new fixed address, selecting it from the next available IP in a CIDR:

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.4.22'
__version__ = '0.4.23'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

setup(
name='infoblox-client',
version='0.4.22',
version='0.4.23',
description="Client for interacting with Infoblox NIOS over WAPI",
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
author="John Belamaric",
author_email='[email protected]',
url='https://github.com/infobloxopen/infoblox-client',
Expand Down

0 comments on commit cce2321

Please sign in to comment.