diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef469a..6bfb9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.1.0 - 08.03.2022 +### Added +* Support of Python 3.9 +* Support of Django 3.2 +### Removed +* Support of non-LTS Django < 2.2 + ## v1.0.1 - 29.07.2020 ### Fixed * Admin referencing non existing model field diff --git a/celery_growthmonitor/__init__.py b/celery_growthmonitor/__init__.py index f2f9ffd..91c5126 100644 --- a/celery_growthmonitor/__init__.py +++ b/celery_growthmonitor/__init__.py @@ -20,7 +20,7 @@ __license__ = "GNU GPLv3 " __author__ = "Marc Bourqui " -__version__ = "1.0.1" +__version__ = "1.1.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num