Bump version, README for 2.4.0

This commit is contained in:
Scot Hacker 2019-04-09 00:01:27 -07:00
parent e7655ccfe8
commit fb94fdb130
3 changed files with 6 additions and 1 deletions

View file

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