diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d23d00e..40cadc7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,35 @@ Changelog ========= +1.3.0 - Django 3.1 and more +--------------------------- + +Apologies for the late release, and thanks to everyone that contributed. + +Bug fixes +~~~~~~~~~ + +- Add support for python 3.9 and django 3.1 +- import FieldDoesNotExist from django.core.exceptions + +Misc +~~~~ + +- Update django-braces +- Update Admin to show model +- Add Turkish translation +- Correct travis.yml deprecated/dupe keywords + +Contributors +~~~~~~~~~~~~ + +- Pavel Savchenko +- predatell +- Özcan YARIMDÜNYA +- Thu Trang Pham +- João Batista + + 1.2.0 - Django 3 and more ------------------------- diff --git a/advanced_filters/__init__.py b/advanced_filters/__init__.py index 58d478a..19b4f1d 100644 --- a/advanced_filters/__init__.py +++ b/advanced_filters/__init__.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.3.0'