Skip to content

Commit

Permalink
Bump to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Oct 18, 2021
1 parent 3df60eb commit 5db3dda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,14 @@
Changelog
=========

Changes in 2.2.1 (2021-10-18)
-----------------------------
* Drop support for Python-3.6.
* Add support for Django-3.2.
* Add support for python-3.9.
* Remove deprecated providing_args from Django Signals.


Changes in 2.2 (2020-09-06)
-----------------------------
* Drop support for Python-2.7.
Expand Down
2 changes: 1 addition & 1 deletion parler/__init__.py
@@ -1,5 +1,5 @@
# following PEP 440
__version__ = "2.2"
__version__ = "2.2.1"

__all__ = (
'is_multilingual_project',
Expand Down

0 comments on commit 5db3dda

Please sign in to comment.