Skip to content

Commit 6475b00

Browse files
authored
Merge pull request #30 from raiderrobert/raiderrobert-patch-1
Setting up for 1.2.0 release
2 parents edf7c58 + b7f739f commit 6475b00

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django>=1.7
1+
django>=1.11

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
setup(
44
name='django-multiurl',
55
py_modules=['multiurl'],
6-
version='1.1.0',
6+
version='1.2.0',
77
description='Allow multiple views to match the same URL.',
88
license='BSD',
99
url='https://github.com/raiderrobert/django-multiurl',
10-
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.1.0',
10+
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.2.0',
1111
author='Jacob Kaplan-Moss and Robert Roskam',
1212
author_email='raiderrobert@gmail.com',
13-
install_requires=['django>=1.5'],
13+
install_requires=['django>=1.11'],
1414
keywords='django urls',
1515
classifiers=[
1616
'Development Status :: 4 - Beta',
@@ -21,7 +21,8 @@
2121
'Natural Language :: English',
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 2.7',
24-
'Programming Language :: Python :: 3.2',
25-
'Programming Language :: Python :: 3.3',
24+
'Programming Language :: Python :: 3.4',
25+
'Programming Language :: Python :: 3.5',
26+
'Programming Language :: Python :: 3.6',
2627
],
2728
)

0 commit comments

Comments
 (0)