From 117082a3e9a1d8b5ea269b24a21140ef0904d50e Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 28 May 2026 08:27:43 +0800 Subject: bump version to 0.1.0b1 The feature set is complete, the test cases are ready, and all tests are passing. The plugin has also been deployed to the production environment, where everything is working as expected. It's time to move on to the beta stage. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 567cb7a..03041a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "certbot-dns-alibabacloud" -version = "0.1.0.dev0" +version = "0.1.0b1" description = "Alibaba Cloud DNS Authenticator plugin for Certbot" readme = "README.rst" license = "MIT" @@ -13,7 +13,7 @@ authors = [ { name = "Zhineng Li" }, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Plugins", "Intended Audience :: System Administrators", "Operating System :: POSIX :: Linux", -- cgit v1.2.3