prepare for 0.5.0 release to pypi

This commit is contained in:
Garret Wassermann
2023-06-15 21:45:10 -04:00
parent e88266e30d
commit bed7f5da0a
3 changed files with 3 additions and 3 deletions

View File

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