Skip to content

Commit

Permalink
release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outini committed Nov 2, 2021
1 parent 9cb68c8 commit 8caa8e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ python-powerdns - PowerDNS web api python client and interface
Contact: Denis 'jawa' Pompilio <[email protected]>
Sources: https://github.com/outini/python-powerdns

=== v2.1.0 02/11/2021 ===
* feat(interface.py): Add support for RRSet Records as dicts (991jo)
* feat(tests): Add tests suite and documentation

=== v2.0.0 15/06/2021 ===
* feat(interface.py): Add support for RRset comments

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
2 changes: 1 addition & 1 deletion powerdns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


#: Current version of the package as :class:`str`.
__version__ = "2.0.0"
__version__ = "2.1.0"

LOG_LEVELS = [
logging.ERROR,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

if __name__ == '__main__':
readme_file = os.path.join(os.path.dirname(__file__), 'README.md')
release = "2.0.0"
release = "2.1.0"
setuptools.setup(
name="python-powerdns",
version=release,
Expand Down

0 comments on commit 8caa8e2

Please sign in to comment.