Skip to content

Commit

Permalink
Use Django 2.2 rc1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKreuzberger committed Mar 24, 2019
1 parent 6a0b4c8 commit d3aa64f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

setup(
name='django-rest-passwordreset',
version='1.0.0alpha1',
version='1.0.0alpha2',
packages=find_packages(),
include_package_data=True,
license='BSD License',
description='An extension of django rest framework, providing a password reset strategy',
description='An extension of django rest framework, providing a configurable password reset strategy',
long_description=README,
long_description_content_type='text/markdown', # This is important for README.md in markdown format
url='https://github.com/anx-ckreuzberger/django-rest-passwordreset',
Expand All @@ -27,6 +27,7 @@
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ deps =
django111: Django>=1.11,<2.0
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3
django22: Django>=2.2rc1,<3
djangomaster: https://github.com/django/django/archive/master.tar.gz

0 comments on commit d3aa64f

Please sign in to comment.