Skip to content

Commit 8caa8e2

Browse files
committed
release version 2.1.0
1 parent 9cb68c8 commit 8caa8e2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ python-powerdns - PowerDNS web api python client and interface
44
Contact: Denis 'jawa' Pompilio <[email protected]>
55
Sources: https://github.com/outini/python-powerdns
66

7+
=== v2.1.0 02/11/2021 ===
8+
* feat(interface.py): Add support for RRSet Records as dicts (991jo)
9+
* feat(tests): Add tests suite and documentation
10+
711
=== v2.0.0 15/06/2021 ===
812
* feat(interface.py): Add support for RRset comments
913

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

powerdns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
#: Current version of the package as :class:`str`.
31-
__version__ = "2.0.0"
31+
__version__ = "2.1.0"
3232

3333
LOG_LEVELS = [
3434
logging.ERROR,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
if __name__ == '__main__':
2525
readme_file = os.path.join(os.path.dirname(__file__), 'README.md')
26-
release = "2.0.0"
26+
release = "2.1.0"
2727
setuptools.setup(
2828
name="python-powerdns",
2929
version=release,

0 commit comments

Comments
 (0)