diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index 4bad11c7..9184b185 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,6 +1,6 @@ Hello! -I'm pleased to announce version 3.4.0b2, the first beta +I'm pleased to announce version 3.4.0b3, the first beta of release 3.4.0 of branch 3.4 of CheetahTemplate3. @@ -60,7 +60,7 @@ Site: https://cheetahtemplate.org/ Download: -https://pypi.org/project/CT3/3.4.0b2 +https://pypi.org/project/CT3/3.4.0b3 News and changes: https://cheetahtemplate.org/news.html diff --git a/Cheetah/Version.py b/Cheetah/Version.py index 42f4ed79..a26a5950 100755 --- a/Cheetah/Version.py +++ b/Cheetah/Version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -Version = '3.4.0b2' -VersionTuple = (3, 4, 0, 'beta', 2) +Version = '3.4.0b3' +VersionTuple = (3, 4, 0, 'beta', 3) MinCompatibleVersion = '3.0.0a1' MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1) diff --git a/README.rst b/README.rst index b4dc64c9..6ec8f9a8 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Cheetah Template 3.4.0b2 +Cheetah Template 3.4.0b3 ======================== Cheetah3 is a free and open source (MIT) Python template engine. diff --git a/docs/news.rst b/docs/news.rst index a6b4ef43..7cd45e38 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ News ==== -3.4.0b2 (2024-11-10) +3.4.0b3 (2024-11-10) -------------------- Bug fixes: