From edff4386234f159964ef1e5172d9795c3e3b8fce Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Thu, 11 Apr 2019 00:09:10 -0700 Subject: [PATCH] Bump version after merging "notify" in task edit --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 472d5e7..e9a5462 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 19e97da..7d50099 100755 --- a/setup.py +++ b/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",