mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Bump version to 5.0.0
This commit is contained in:
parent
ce56f6a104
commit
3f4a8d284e
2 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* 5.0.0 (Unreleased)
|
||||
* 5.0.0 (January 4, 2019)
|
||||
* Added Django 2.1, 2.2, and 3.0 support.
|
||||
* Added Python 3.7 and 3.8 support.
|
||||
* Removed Python 1.9 and 1.10 support.
|
||||
* Fixed bug where avatars couldn't be deleted if file was already deleted.
|
||||
|
||||
* 4.1.0 (December 20, 2017)
|
||||
* Added Django 2.0 support.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '4.1.0'
|
||||
__version__ = '5.0.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue