Skip to content

Commit c8b959c

Browse files
committed
Release 3.4.0b6
1 parent 20df7fc commit c8b959c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ANNOUNCE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Hello!
22

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

66

@@ -72,7 +72,7 @@ Site:
7272
https://cheetahtemplate.org/
7373

7474
Download:
75-
https://pypi.org/project/CT3/3.4.0b5
75+
https://pypi.org/project/CT3/3.4.0b6
7676

7777
News and changes:
7878
https://cheetahtemplate.org/news.html

Cheetah/Version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

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

66
MinCompatibleVersion = '3.0.0a1'
77
MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cheetah Template 3.4.0b5
1+
Cheetah Template 3.4.0b6
22
========================
33

44
Cheetah3 is a free and open source (MIT) Python template engine.

docs/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
News
22
====
33

4-
3.4.0b5 (2024-11-22)
4+
3.4.0b6 (2024-12-01)
55
--------------------
66

77
Bug fixes:

0 commit comments

Comments
 (0)