Bump version after merging "notify" in task edit
This commit is contained in:
parent
8a20998f8c
commit
edff438623
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue