Bump version for new release

This commit is contained in:
Garret Wassermann
2019-08-27 21:39:33 -04:00
parent 073ebaba80
commit 6d538da0f0
2 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,7 @@ project_root = os.path.dirname(here)
NAME = 'django-helpdesk-demodesk'
DESCRIPTION = 'A demo Django project using django-helpdesk'
README = open(os.path.join(here, 'README.rst')).read()
VERSION = '0.2.16'
VERSION = '0.2.17'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'
@ -23,9 +23,11 @@ CLASSIFIERS = ['Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1']
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2']
KEYWORDS = []
PACKAGES = ['demodesk']
REQUIREMENTS = [