Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Dec 25, 2022
1 parent f198f76 commit 074be1b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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.1a0, the 1st alpha release
of release 3.3.1 of branch 3.3 of CheetahTemplate3.
I'm pleased to announce version 3.3.1, the 1st bugfix release
of branch 3.3 of CheetahTemplate3.


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

Download:
https://pypi.org/project/CT3/3.3.1a0
https://pypi.org/project/CT3/3.3.1

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.1a0'
VersionTuple = (3, 3, 1, 'alpha', 0)
Version = '3.3.1'
VersionTuple = (3, 3, 1, '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.3.1a0
========================
Cheetah Template 3.3.1
======================

Cheetah3 is a free and open source (MIT) Python template engine.
It's a fork of the original CheetahTemplate library.
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
====

Development (master)
--------------------
3.3.1 (2022-12-25)
------------------

Bug fixes:

Expand Down

0 comments on commit 074be1b

Please sign in to comment.