Bump init version to 2.3.0

This commit is contained in:
Scot Hacker 2019-03-11 00:39:01 -07:00
parent 575e2649ac
commit 3b9c47cd7c

View file

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