Skip to content

Commit

Permalink
Bump to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Aug 5, 2020
1 parent 7e85157 commit 080815d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
@@ -1,9 +1,10 @@
Changelog
=========

next
----
Changes in 2.1 (2020-08-05)
-----------------------------
* Allows to override the `label`, `error_message` and `help_text` in `TranslatableModelForm`-s.
* Fixed Django 3.1 compatibility by adopting import path for form utilities.


Changes in 2.0.1 (2020-01-02)
Expand Down
2 changes: 1 addition & 1 deletion parler/__init__.py
@@ -1,5 +1,5 @@
# following PEP 440
__version__ = "2.0.1"
__version__ = "2.1"

__all__ = (
'is_multilingual_project',
Expand Down

0 comments on commit 080815d

Please sign in to comment.