diff options
| author | Zhineng Li <im@zhineng.li> | 2026-05-28 08:27:43 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-05-28 08:27:43 +0800 |
| commit | 117082a3e9a1d8b5ea269b24a21140ef0904d50e (patch) | |
| tree | 1aac87132787ad653a3e57bf7fb31de8d09c84e3 /pyproject.toml | |
| parent | 231f520b0330c4e56c373b0a9ddc610b03353a0a (diff) | |
| download | certbot-dns-alibabacloud-0.1.0b1.tar.gz certbot-dns-alibabacloud-0.1.0b1.zip | |
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.toml | 4 |
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", |
