diff --git a/.github/workflows/test-publish.yaml b/.github/workflows/test-publish.yaml index b8482c3d..b77484f4 100644 --- a/.github/workflows/test-publish.yaml +++ b/.github/workflows/test-publish.yaml @@ -114,7 +114,7 @@ jobs: omitBodyDuringUpdate: true omitNameDuringUpdate: true omitPrereleaseDuringUpdate: true - prerelease: true + prerelease: false replacesArtifacts: false skipIfReleaseExists: false updateOnlyUnreleased: false diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index ee737825..d27bd1ae 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,7 +1,7 @@ Hello! -I'm pleased to announce version 3.3.1a0, the 1st alpha release -of release 3.3.1 of branch 3.3 of CheetahTemplate3. +I'm pleased to announce version 3.3.1, the 1st bugfix release +of branch 3.3 of CheetahTemplate3. What's new in CheetahTemplate3 @@ -25,7 +25,7 @@ Site: https://cheetahtemplate.org/ Download: -https://pypi.org/project/CT3/3.3.1a0 +https://pypi.org/project/CT3/3.3.1 News and changes: https://cheetahtemplate.org/news.html diff --git a/Cheetah/Version.py b/Cheetah/Version.py index efcf5d2e..6ef3b266 100755 --- a/Cheetah/Version.py +++ b/Cheetah/Version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -Version = '3.3.1a0' -VersionTuple = (3, 3, 1, 'alpha', 0) +Version = '3.3.1' +VersionTuple = (3, 3, 1, 'final', 0) MinCompatibleVersion = '3.0.0a1' MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1) diff --git a/README.rst b/README.rst index da159a72..2574f1fa 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -Cheetah Template 3.3.1a0 -======================== +Cheetah Template 3.3.1 +====================== Cheetah3 is a free and open source (MIT) Python template engine. It's a fork of the original CheetahTemplate library. diff --git a/docs/news.rst b/docs/news.rst index c8a861b8..158b120b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,8 +1,8 @@ News ==== -Development (master) --------------------- +3.3.1 (2022-12-25) +------------------ Bug fixes: