Skip to content

Commit

Permalink
Bump version after merging "notify" in task edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shacker committed Apr 11, 2019
1 parent 8a20998 commit edff438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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",
Expand Down

0 comments on commit edff438

Please sign in to comment.