Skip to content

Commit

Permalink
Release 3.3.3.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 28, 2024
1 parent ddab849 commit 854b47d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,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.3.4a3, an alpha release
of release 3.3.4 of branch 3.3 of CheetahTemplate3.
I'm pleased to announce version 3.3.3.post1, the first post-release
of release 3.3.3 of branch 3.3 of CheetahTemplate3.


What's new in CheetahTemplate3
Expand All @@ -28,7 +28,7 @@ Site:
https://cheetahtemplate.org/

Download:
https://pypi.org/project/CT3/3.3.4a3
https://pypi.org/project/CT3/3.3.3.post1

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.3.4a3'
VersionTuple = (3, 3, 4, 'alpha', 3)
Version = '3.3.3.post1'
VersionTuple = (3, 3, 3, 'post', 1)

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.3.4a3
========================
Cheetah Template 3.3.3.post1
============================

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 :: 3 - Alpha
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Expand Down
3 changes: 3 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ News
Development (master)
--------------------

3.3.3.post1 (2024-02-28)
------------------------

CI:

- GHActions: Build and publish wheels on Linux/aarch64.
Expand Down

0 comments on commit 854b47d

Please sign in to comment.