Bump version after merging "notify" in task edit

This commit is contained in:
Scot Hacker 2019-04-11 00:09:10 -07:00
parent 8a20998f8c
commit edff438623
2 changed files with 5 additions and 1 deletions

View file

@ -299,6 +299,10 @@ django-todo uses pytest exclusively for testing. The best way to run the suite i
## Version History
**2.4.5** Re-enable "notify" feature during task edit
**2.4.4** Fix issues with setup.py / installation
**2.4.0** Implement optional file attachments on tasks
**2.3.2** Update setup.py metadata

View file

@ -13,7 +13,7 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f:
setup(
name="django-todo",
version="2.4.4",
version="2.4.5",
description="A multi-user, multi-group task management and assignment system for Django.",
long_description=long_description,
long_description_content_type="text/markdown",