Skip to content

Commit

Permalink
Build: Prepare for the next release
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
phdru committed Aug 9, 2023
1 parent b49fad1 commit 263caa4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 24 deletions.
16 changes: 4 additions & 12 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
Hello!

I'm pleased to announce version 3.3.2, the 2nd bug-fix
of branch 3.3 of CheetahTemplate3.
I'm pleased to announce version 3.3.3a0, the first alpha release
of release 3.3.3 of branch 3.3 of CheetahTemplate3.


What's new in CheetahTemplate3
==============================

The contributor for this release is nate.k. Thanks!

Bug fixes:

- Fixed printing to stdout in ``CheetahWrapper``.

CI:

- CI(GHActions): Install all Python and PyPy versions from ``conda-forge``.
The contributors for this release are ...


What is CheetahTemplate3
Expand All @@ -34,7 +26,7 @@ Site:
https://cheetahtemplate.org/

Download:
https://pypi.org/project/CT3/3.3.2
https://pypi.org/project/CT3/3.3.3a0

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.2'
VersionTuple = (3, 3, 2, 'final', 0)
Version = '3.3.3a0'
VersionTuple = (3, 3, 3, 'alpha', 0)

MinCompatibleVersion = '3.0.0a1'
MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1)
Expand Down
7 changes: 0 additions & 7 deletions LATEST-CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
Bug fixes:

- Fixed printing to stdout in ``CheetahWrapper``.

CI:

- CI(GHActions): Install all Python and PyPy versions from ``conda-forge``.
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.2
======================
Cheetah Template 3.3.3a0
========================

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 :: 5 - Production/Stable
Development Status :: 3 - Alpha
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
@@ -1,6 +1,9 @@
News
====

Development (master)
--------------------

3.3.2 (2023-08-08)
------------------

Expand Down

0 comments on commit 263caa4

Please sign in to comment.