Skip to content

Commit 8cfda36

Browse files
committed
Release 3.4.0
1 parent c8b959c commit 8cfda36

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/test-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
omitBodyDuringUpdate: true
178178
omitNameDuringUpdate: true
179179
omitPrereleaseDuringUpdate: true
180-
prerelease: true
180+
prerelease: false
181181
replacesArtifacts: false
182182
skipIfReleaseExists: false
183183
updateOnlyUnreleased: false

ANNOUNCE.rst

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

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

66

77
What's new in CheetahTemplate3
@@ -72,7 +72,7 @@ Site:
7272
https://cheetahtemplate.org/
7373

7474
Download:
75-
https://pypi.org/project/CT3/3.4.0b6
75+
https://pypi.org/project/CT3/3.4.0
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.0b6'
4-
VersionTuple = (3, 4, 0, 'beta', 6)
3+
Version = '3.4.0'
4+
VersionTuple = (3, 4, 0, 'final', 0)
55

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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Cheetah Template 3.4.0b6
2-
========================
1+
Cheetah Template 3.4.0
2+
======================
33

44
Cheetah3 is a free and open source (MIT) Python template engine.
55
It's a fork of the original CheetahTemplate library.

SetupConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'Cheetah.Utils',
4242
]
4343
classifiers = [line.strip() for line in '''\
44-
Development Status :: 4 - Beta
44+
Development Status :: 5 - Production/Stable
4545
Intended Audience :: Developers
4646
Intended Audience :: System Administrators
4747
License :: OSI Approved :: MIT License

docs/news.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
News
22
====
33

4-
3.4.0b6 (2024-12-01)
5-
--------------------
4+
3.4.0 (2024-12-02)
5+
------------------
66

77
Bug fixes:
88

0 commit comments

Comments
 (0)