From c0b25b289c9a7f7304726f81fd740db8f6e9d307 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 27 Feb 2024 22:26:27 +0300 Subject: [PATCH] Release 3.3.4a1 --- 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 47aab061..c83b97c6 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,6 +1,6 @@ Hello! -I'm pleased to announce version 3.3.4a0, the first alpha release +I'm pleased to announce version 3.3.4a1, the second 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.4a0 +https://pypi.org/project/CT3/3.3.4a1 News and changes: https://cheetahtemplate.org/news.html diff --git a/Cheetah/Version.py b/Cheetah/Version.py index bd943e82..c2ed734b 100755 --- a/Cheetah/Version.py +++ b/Cheetah/Version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -Version = '3.3.4a0' -VersionTuple = (3, 3, 4, 'alpha', 0) +Version = '3.3.4a1' +VersionTuple = (3, 3, 4, 'alpha', 1) MinCompatibleVersion = '3.0.0a1' MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1) diff --git a/README.rst b/README.rst index f423d528..af979b2c 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Cheetah Template 3.3.4a0 +Cheetah Template 3.3.4a1 ======================== Cheetah3 is a free and open source (MIT) Python template engine.