File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ python-powerdns - PowerDNS web api python client and interface
44Contact: Denis 'jawa' Pompilio <
[email protected] >
55Sources: 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
Original file line number Diff line number Diff line change 1- 2.0 .0
1+ 2.1 .0
Original file line number Diff line number Diff line change 2828
2929
3030#: Current version of the package as :class:`str`.
31- __version__ = "2.0 .0"
31+ __version__ = "2.1 .0"
3232
3333LOG_LEVELS = [
3434 logging .ERROR ,
Original file line number Diff line number Diff line change 2323
2424if __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 ,
You can’t perform that action at this time.
0 commit comments