Skip to content

Commit

Permalink
Merge pull request #1098 from gwasser/main
Browse files Browse the repository at this point in the history
prepare for 0.5.0 release to pypi
  • Loading branch information
gwasser committed Jun 16, 2023
2 parents e88266e + 0f70988 commit 67eb097
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["32","4"]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -8,7 +8,7 @@ django-helpdesk - A Django powered ticket tracker for small businesses.
.. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/django-helpdesk/django-helpdesk

Copyright 2009-2022 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
Copyright 2009-2023 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
See LICENSE for details.

django-helpdesk was formerly known as Jutda Helpdesk, named after the
Expand Down
2 changes: 1 addition & 1 deletion constraints-Django4.txt
@@ -1 +1 @@
Django >=4,<5
Django >=4.2,<5
2 changes: 1 addition & 1 deletion demo/setup.py
Expand Up @@ -11,7 +11,7 @@
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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
import sys


version = '0.5.0a1'
version = '0.5.0'


# Provided as an attribute, so you can append to these instead
Expand Down

0 comments on commit 67eb097

Please sign in to comment.