From ab7f76d0166166500d9344e99e28de9ec6ef0743 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 May 2020 09:30:44 +0200 Subject: [PATCH] bump dependency to corenetworks>=0.1.3 --- CHANGELOG.md | 2 +- certbot_dns_corenetworks/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=[], )