chore: bump version to 2.4.7

This commit is contained in:
Adrien Lemaire 2019-04-24 12:27:20 +09:00
parent 068d57a813
commit 7d54cff939
2 changed files with 2 additions and 1 deletions

View file

@ -329,6 +329,7 @@ django-todo uses pytest exclusively for testing. The best way to run the suite i
To generate new migrations, run `./make_migrations.py` To generate new migrations, run `./make_migrations.py`
## Version History ## Version History
**2.4.7** April 2019: Make the Task model swappable via Swapper.
**2.4.6** Use `defaults` hash for default settings, update perms and tests **2.4.6** Use `defaults` hash for default settings, update perms and tests

View file

@ -1,7 +1,7 @@
""" """
A multi-user, multi-group task management and assignment system for Django. A multi-user, multi-group task management and assignment system for Django.
""" """
__version__ = "2.4.6" __version__ = "2.4.7"
__author__ = "Scot Hacker" __author__ = "Scot Hacker"
__email__ = "shacker@birdhouse.org" __email__ = "shacker@birdhouse.org"