Skip to content

Commit

Permalink
Bump to 0.4.0 release, add django 4 python metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Jun 12, 2022
1 parent ee42ba4 commit 61f086a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions demo/setup.py
Expand Up @@ -13,7 +13,7 @@
NAME = 'django-helpdesk-demodesk'
DESCRIPTION = 'A demo Django project using django-helpdesk'
README = open(os.path.join(here, 'README.rst')).read()
VERSION = '0.4.0a1'
VERSION = '0.4.0'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'
Expand All @@ -22,7 +22,8 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Framework :: Django :: 3.2']
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0']
KEYWORDS = []
PACKAGES = ['demodesk']
REQUIREMENTS = [
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
from fnmatch import fnmatchcase
from setuptools import setup, find_packages

version = '0.4.0a1'
version = '0.4.0'

# Provided as an attribute, so you can append to these instead
# of replicating them:
Expand Down Expand Up @@ -134,11 +134,8 @@ def get_long_description():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Django",
<<<<<<< HEAD
=======
"Framework :: Django :: 2.2",
>>>>>>> 55c638aeef0b3032eab28bcdc8ee313da9cbf9c0
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Environment :: Web Environment",
"Operating System :: OS Independent",
"Intended Audience :: Customer Service",
Expand Down

0 comments on commit 61f086a

Please sign in to comment.