bump dependency to corenetworks>=0.1.3

This commit is contained in:
Robert Kaussow 2020-05-12 09:30:44 +02:00
parent a7064ba637
commit ab7f76d016
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
* BUGFIX
* bump corenetworks library to version>=0.1.2
* bump corenetworks library to version>=0.1.3

View File

@ -7,4 +7,4 @@ __license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"
__url__ = "https://github.com/xoxys/certbot-dns-corenetworks"
__version__ = "0.1.2"
__version__ = "0.1.3"

View File

@ -72,7 +72,7 @@ setup(
"certbot>=0.15",
"setuptools",
"zope.interface",
"corenetworks>=0.1.1",
"corenetworks>=0.1.3",
],
dependency_links=[],
)