Bump version to 2.3.1

This commit is contained in:
Scot Hacker 2019-04-01 23:48:54 -07:00
parent e9a7bbe48c
commit 388fb40c00
3 changed files with 4 additions and 3 deletions

View file

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