Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Dec 2, 2024
1 parent c8b959c commit 8cfda36
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
prerelease: true
prerelease: false
replacesArtifacts: false
skipIfReleaseExists: false
updateOnlyUnreleased: false
Expand Down
6 changes: 3 additions & 3 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Hello!

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


What's new in CheetahTemplate3
Expand Down Expand Up @@ -72,7 +72,7 @@ Site:
https://cheetahtemplate.org/

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

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.0b6'
VersionTuple = (3, 4, 0, 'beta', 6)
Version = '3.4.0'
VersionTuple = (3, 4, 0, 'final', 0)

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

Cheetah3 is a free and open source (MIT) Python template engine.
It's a fork of the original CheetahTemplate library.
Expand Down
2 changes: 1 addition & 1 deletion SetupConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'Cheetah.Utils',
]
classifiers = [line.strip() for line in '''\
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Expand Down
4 changes: 2 additions & 2 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
News
====

3.4.0b6 (2024-12-01)
--------------------
3.4.0 (2024-12-02)
------------------

Bug fixes:

Expand Down

0 comments on commit 8cfda36

Please sign in to comment.