Skip to content

Commit

Permalink
Use pinax-teams 2.0.0 and bump to beta 2 for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Nov 12, 2020
1 parent 4d83067 commit f15442f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/setup.py
Original file line number Diff line number Diff line change
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.3.0b1'
VERSION = '0.3.0b2'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ pytz
six
djangorestframework
django-model-utils

# specific commit because the current release has no required library upgrade
pinax-teams @ git+https://github.com/pinax/pinax-teams.git@dd75e1c#egg=pinax-teams
pinax-teams>=2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from fnmatch import fnmatchcase
from setuptools import setup, find_packages

version = '0.3.0b1'
version = '0.3.0b2'

# Provided as an attribute, so you can append to these instead
# of replicating them:
Expand Down

0 comments on commit f15442f

Please sign in to comment.