Testing quicktest.py

This commit is contained in:
Garret Wassermann
2018-01-11 02:19:49 -05:00
parent 31b49ab2f6
commit 75f54dd233
4 changed files with 7 additions and 5 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.6'
VERSION = '0.3.0.dev1'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'