Bump version to 0.2.5, add STATIC_ROOT to demo config to test collectstatic

This commit is contained in:
Garret Wassermann
2017-12-28 06:32:42 -05:00
parent 0d2df19835
commit f91762d4cd
3 changed files with 4 additions and 2 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.3'
VERSION = '0.2.5'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'