Correctly specify minimum requirement of Python 3.6
This commit is contained in:
parent
78e9c510bc
commit
6953085285
3 changed files with 13 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue