From a7064ba63722a606246821bcb1c79de852afdb21 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 11 May 2020 19:17:11 +0200 Subject: [PATCH] bump dependency to corenetworks>=0.1.1 --- CHANGELOG.md | 2 +- certbot_dns_corenetworks/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a3d17..5854ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,2 @@ * BUGFIX - * bump corenetworks library to version>=0.1.1 to fix env variable usage + * bump corenetworks library to version>=0.1.2 diff --git a/certbot_dns_corenetworks/__init__.py b/certbot_dns_corenetworks/__init__.py index ade17d5..8c8978f 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.1" +__version__ = "0.1.2"