Bump version to 1.6

This commit is contained in:
Scot Hacker 2016-04-11 00:05:59 -07:00
parent 039fee9a30
commit 290345e70a

View file

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