diff --git a/CHANGELOG.md b/CHANGELOG.md index 5854ca2..a4ef8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ * BUGFIX - * bump corenetworks library to version>=0.1.2 + * bump corenetworks library to version>=0.1.3 diff --git a/certbot_dns_corenetworks/__init__.py b/certbot_dns_corenetworks/__init__.py index 8c8978f..995898a 100644 --- a/certbot_dns_corenetworks/__init__.py +++ b/certbot_dns_corenetworks/__init__.py @@ -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" diff --git a/setup.py b/setup.py index 8cc3231..272d452 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( "certbot>=0.15", "setuptools", "zope.interface", - "corenetworks>=0.1.1", + "corenetworks>=0.1.3", ], dependency_links=[], )