Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed Mar 8, 2022
1 parent 5fb37b5 commit bde40fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion celery_growthmonitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__license__ = "GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>"
__author__ = "Marc Bourqui <pypi.kemar@bourqui.org>"
__version__ = "1.0.1"
__version__ = "1.1.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit bde40fd

Please sign in to comment.