From 1991d8177967192c867b135a4c3529c8698ec49b Mon Sep 17 00:00:00 2001 From: tengattack Date: Mon, 25 Mar 2024 03:34:34 +0800 Subject: [PATCH] Bump version to 0.24.2 --- setup.py | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2f081bb..306741c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup from setuptools import find_packages -version = '0.24.1' +version = '0.24.2' # Remember to update local-oldest-requirements.txt when changing the minimum # acme/certbot version. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index dd7d134..f91a405 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: certbot-dns-dnspod summary: DNSPod DNS Authenticator plugin for Certbot -version: '0.24.1' +version: '0.24.2' description: A certbot dns plugin to obtain certificates using dnspod. For information on how to set up, go to the GitHub page. website: https://github.com/tengattack/certbot-dns-dnspod license: Apache-2.0