Skip to content

Commit

Permalink
Update for v1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raiderrobert authored Jul 1, 2019
1 parent 47b4279 commit 15f6e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
setup(
name='django-multiurl',
py_modules=['multiurl'],
version='1.2.0',
version='1.3.0',
description='Allow multiple views to match the same URL.',
license='BSD',
url='https://github.com/raiderrobert/django-multiurl',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.2.0',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.3.0',
author='Jacob Kaplan-Moss and Robert Roskam',
author_email='raiderrobert@gmail.com',
install_requires=['django>=1.11'],
Expand Down

0 comments on commit 15f6e73

Please sign in to comment.