0
0
mirror of https://github.com/thegeeklab/certbot-dns-corenetworks.git synced 2024-06-02 16:59:40 +02:00

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 * 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" __maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de" __email__ = "mail@geeklabor.de"
__url__ = "https://github.com/xoxys/certbot-dns-corenetworks" __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", "certbot>=0.15",
"setuptools", "setuptools",
"zope.interface", "zope.interface",
"corenetworks>=0.1.1", "corenetworks>=0.1.3",
], ],
dependency_links=[], dependency_links=[],
) )