Skip to content

Commit e0163cd

Browse files
committed
bump minor version
1 parent 8c93175 commit e0163cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name='django-multiurl',
55
py_modules=['multiurl'],
6-
version='1.4.0',
6+
version='1.5.0',
77
description='Allow multiple views to match the same URL.',
88
long_description=open("README.rst").read(),
99
long_description_content_type='text/x-rst',
1010
license='BSD',
1111
url='https://github.com/raiderrobert/django-multiurl',
12-
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.4.0',
12+
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.5.0',
1313
author='Jacob Kaplan-Moss and Robert Roskam',
1414
author_email='[email protected]',
1515
install_requires=['django>=1.11'],

0 commit comments

Comments
 (0)