Skip to content

Commit 69daa2c

Browse files
changed url in setup.py to match this repo
1 parent 763e806 commit 69daa2c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ env:
1515
- DJANGO_VERSION=1.10 DJANGO_REST_VERSION=3.4
1616
- DJANGO_VERSION=1.10 DJANGO_REST_VERSION=3.5
1717
- DJANGO_VERSION=1.10 DJANGO_REST_VERSION=3.6
18-
- DJANGO_VERSION=1.11b1 DJANGO_REST_VERSION=3.4
19-
- DJANGO_VERSION=1.11b1 DJANGO_REST_VERSION=3.5
20-
- DJANGO_VERSION=1.11b1 DJANGO_REST_VERSION=3.6
2118
- DJANGO_VERSION=1.8.* DJANGO_REST_VERSION=3.4.*
2219
- DJANGO_VERSION=1.8.* DJANGO_REST_VERSION=3.5.*
2320
- DJANGO_VERSION=1.9.* DJANGO_REST_VERSION=3.4.*

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
setup(
1212
name='django-rest-passwordreset',
13-
version='0.9.0',
13+
version='0.9.1',
1414
packages=find_packages(),
1515
include_package_data=True,
1616
license='BSD License',
1717
description='An extension of django rest framework, providing a password reset strategy',
1818
long_description=README,
19-
url='https://chkr.at/',
19+
url='https://github.com/anx-ckreuzberger/django-rest-multiauthtoken',
2020
author='Christian Kreuzberger',
2121
author_email='ckreuzberger@anexia-it.com',
2222
classifiers=[

0 commit comments

Comments
 (0)