From daff1ab300a14d1f717a126114e32686789bae0c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 27 Feb 2024 22:34:35 +0300 Subject: [PATCH] Release 3.3.4a2 --- ANNOUNCE.rst | 4 ++-- Cheetah/Version.py | 4 ++-- README.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index c83b97c6..e9c51ad4 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,6 +1,6 @@ Hello! -I'm pleased to announce version 3.3.4a1, the second alpha release +I'm pleased to announce version 3.3.4a2, an alpha release of release 3.3.4 of branch 3.3 of CheetahTemplate3. @@ -28,7 +28,7 @@ Site: https://cheetahtemplate.org/ Download: -https://pypi.org/project/CT3/3.3.4a1 +https://pypi.org/project/CT3/3.3.4a2 News and changes: https://cheetahtemplate.org/news.html diff --git a/Cheetah/Version.py b/Cheetah/Version.py index c2ed734b..03bc34ef 100755 --- a/Cheetah/Version.py +++ b/Cheetah/Version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -Version = '3.3.4a1' -VersionTuple = (3, 3, 4, 'alpha', 1) +Version = '3.3.4a2' +VersionTuple = (3, 3, 4, 'alpha', 2) MinCompatibleVersion = '3.0.0a1' MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1) diff --git a/README.rst b/README.rst index af979b2c..b60258a5 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Cheetah Template 3.3.4a1 +Cheetah Template 3.3.4a2 ======================== Cheetah3 is a free and open source (MIT) Python template engine.