From f15442f59966e49021ced8508af43469ed2a3adf Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 12 Nov 2020 02:50:09 -0500 Subject: [PATCH] Use pinax-teams 2.0.0 and bump to beta 2 for pypi --- demo/setup.py | 2 +- requirements.txt | 4 +--- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/demo/setup.py b/demo/setup.py index 9840c947..4109b86d 100644 --- a/demo/setup.py +++ b/demo/setup.py @@ -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.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' diff --git a/requirements.txt b/requirements.txt index 17a2f8e6..e2e25bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 5459ac04..89a451fd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.util import convert_path 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: