We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c93175 commit e0163cdCopy full SHA for e0163cd
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name='django-multiurl',
5
py_modules=['multiurl'],
6
- version='1.4.0',
+ version='1.5.0',
7
description='Allow multiple views to match the same URL.',
8
long_description=open("README.rst").read(),
9
long_description_content_type='text/x-rst',
10
license='BSD',
11
url='https://github.com/raiderrobert/django-multiurl',
12
- download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.4.0',
+ download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.5.0',
13
author='Jacob Kaplan-Moss and Robert Roskam',
14
author_email='[email protected]',
15
install_requires=['django>=1.11'],
0 commit comments