summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-05-28 08:27:43 +0800
committerZhineng Li <im@zhineng.li>2026-05-28 08:27:43 +0800
commit117082a3e9a1d8b5ea269b24a21140ef0904d50e (patch)
tree1aac87132787ad653a3e57bf7fb31de8d09c84e3 /pyproject.toml
parent231f520b0330c4e56c373b0a9ddc610b03353a0a (diff)
downloadcertbot-dns-alibabacloud-117082a3e9a1d8b5ea269b24a21140ef0904d50e.tar.gz
certbot-dns-alibabacloud-117082a3e9a1d8b5ea269b24a21140ef0904d50e.zip
bump version to 0.1.0b1HEADv0.1.0b1main
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
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",