Skip to content

Commit

Permalink
Fix CHANGES and add correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Oct 7, 2023
1 parent 5cb2b1a commit 35f6156
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,44 @@
CHANGES
*******

0.3 (unreleased)
0.4 (unreleased)
================

- Apply `pyupgrade --py37-plus`
- Add support for Python 3.11 and PyPy 3.9-

- Drop support for Python 3.6 and use `pyupgrade --py37-plus`.

- Remove buildout.

- Add development setup.

- Sort imports with isort.


0.3 (2022-05-29)
================

- Apply `pyupgrade --py36-plus`.

- Use black code formatter.

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy 3.
- Add support for Python 3.6, 3.7, 3.8, 3.9 and 3.10.

- Fix test collection.

- Drop support for Python 2.7, 3.4, 3.5.

- Updated the test suite to work with Morepath 0.15.

- Added Tox environments for Python 3.6, PyPy 3, PEP8.

- Clean up meta data.

- Use GitHub Actions for CI.

- Fix Jinja2 integration - the ``autoescape`` extension was removed as now it
is built-in.

- Remove buildout

- Add development setup

- Sort imports with isort


0.2 (2015-04-09)
================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="more.jinja2",
version="0.3.dev0",
version="0.4.dev0",
description="Jinja2 template integration for Morepath",
long_description=long_description,
author="Martijn Faassen",
Expand Down

0 comments on commit 35f6156

Please sign in to comment.