Skip to content

Commit

Permalink
Bump to version 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kblomqvist committed Aug 23, 2020
1 parent 9996d16 commit 65382f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
Version 5.0
-----------

Major release, unreleased

- Dropped support for Python 2.7.
- The option `--keep-trailing-newline` was removed in favor of making
it default. The old behaviour can be achieved with the new option
`--remove-trailing-newline`.
- Fixed Jinja 2.11.x compatability issue (gh-60).

Version 4.4
-----------

Minor release (last with Python 2.7 support), unreleased
Minor release (last with Python 2.7 support), 23 Aug 2020

- Fixed an exit code in case of undefined variable from 0 to 1.
- Fixed a bug that caused extension classes not to load.
Expand Down
2 changes: 1 addition & 1 deletion yasha/yasha.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import csv
import jinja2 as jinja

__version__ = "4.3"
__version__ = "4.4"

ENCODING = 'utf-8'
EXTENSION_FILE_FORMATS = ('.py', '.yasha', '.j2ext', '.jinja-ext')
Expand Down

0 comments on commit 65382f0

Please sign in to comment.