Skip to content

Commit

Permalink
Release 3.2.6.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 22, 2021
1 parent 16e150c commit ec5afc6
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
28 changes: 25 additions & 3 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
Hello!

I'm pleased to announce version 3.2.7a0, the 1st alpha for bugfix release
3.2.7 of branch 3.2 of CheetahTemplate3.
I'm pleased to announce version 3.2.6.post1, the 1st post-release
for release 3.2.6 of branch 3.2 of CheetahTemplate3.


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

Improvement and refactoring in CI and tests with ``tox``.
There were no changes in the main code, there is no need to upgrade
unless you gonna run tests.

The contributors for this release are
Andrew J. Hesford and Victor Stinner.
Many thanks!

This is the first release that provide binary wheels for Python 3.9.

Tests:

- Add Python 3.9 to ``tox.ini``.

- Refactor ``tox.ini``.

CI:

- Run tests with Python 3.9 at Travis and AppVeyor.

- Run tests for Python 3.4 with ``tox`` under Python 3.5.


What is CheetahTemplate3
========================
Expand All @@ -27,7 +49,7 @@ Development:
https://github.com/CheetahTemplate3

Download:
https://pypi.org/project/Cheetah3/3.2.7a0
https://pypi.org/project/Cheetah3/3.2.6.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.2.7a0'
VersionTuple = (3, 2, 7, 'alpha', 0)
Version = '3.2.6.post1'
VersionTuple = (3, 2, 6, '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.2.7a0
========================
Cheetah Template 3.2.6.post1
============================

Cheetah3 is a free and open source template engine and code generation tool.

Expand Down
2 changes: 1 addition & 1 deletion SetupConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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
====

Development (master)
--------------------
3.2.6.post1 (2021-02-22)
------------------------

Tests:

Expand Down

0 comments on commit ec5afc6

Please sign in to comment.