Bump version to 2.4.6

This commit is contained in:
Scot Hacker 2019-04-11 23:51:38 -07:00
parent 1cd9700366
commit 4a385bde6b
3 changed files with 7 additions and 7 deletions

View file

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