Skip to content

Commit

Permalink
Release 3.4.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Dec 1, 2024
1 parent 20df7fc commit c8b959c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hello!

I'm pleased to announce version 3.4.0b5, the 5th beta
I'm pleased to announce version 3.4.0b6, the 6th beta
of release 3.4.0 of branch 3.4 of CheetahTemplate3.


Expand Down Expand Up @@ -72,7 +72,7 @@ Site:
https://cheetahtemplate.org/

Download:
https://pypi.org/project/CT3/3.4.0b5
https://pypi.org/project/CT3/3.4.0b6

News and changes:
https://cheetahtemplate.org/news.html
Expand Down
4 changes: 2 additions & 2 deletions Cheetah/Version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

Version = '3.4.0b5'
VersionTuple = (3, 4, 0, 'beta', 5)
Version = '3.4.0b6'
VersionTuple = (3, 4, 0, 'beta', 6)

MinCompatibleVersion = '3.0.0a1'
MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cheetah Template 3.4.0b5
Cheetah Template 3.4.0b6
========================

Cheetah3 is a free and open source (MIT) Python template engine.
Expand Down
2 changes: 1 addition & 1 deletion docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
News
====

3.4.0b5 (2024-11-22)
3.4.0b6 (2024-12-01)
--------------------

Bug fixes:
Expand Down

0 comments on commit c8b959c

Please sign in to comment.