Bump version to 5.0.0

This commit is contained in:
Grant McConnaughey 2020-01-04 11:46:54 -06:00
parent ce56f6a104
commit 3f4a8d284e
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -1 +1 @@
__version__ = '4.1.0'
__version__ = '5.0.0'