Update demodesk project version to match the django-helpdesk version

This commit is contained in:
Garret Wassermann 2017-12-09 12:12:48 -05:00
parent a6c1469bfb
commit 686d0f9540

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.0'
VERSION = '0.2.2'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'