Update setup.py, bump to 2.3.2

This commit is contained in:
Scot Hacker 2019-04-02 00:19:46 -07:00
parent 388fb40c00
commit 8b448e88a5
2 changed files with 33 additions and 16 deletions

View file

@ -312,6 +312,8 @@ django-todo no longer references a jQuery datepicker, but defaults to native htm
## Version History
**2.3.2** Update setup.py metadata
**2.3.1** Improve error handling for badly formatted or non-existent CSV uploads.
**2.3.0** Implement mail tracking system. Added ability to batch-import tasks via CSV. Fixed task re-ordering if task deleted behind the scenes.