Merge branch 'stable' of

git@github.com:superuser-marty-me-uk/django-helpdesk.git into formatting
This commit is contained in:
Martin Whitehouse
2022-07-13 10:22:11 +02:00
12 changed files with 124 additions and 28 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.4.0'
VERSION = '0.4.1'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'