Correctly specify minimum requirement of Python 3.6

This commit is contained in:
Scot Hacker 2019-01-08 23:09:49 -08:00
parent 78e9c510bc
commit 6953085285
3 changed files with 13 additions and 11 deletions

View file

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