Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
New version with mutability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Visgean committed Aug 28, 2017
1 parent eafcaf6 commit db34a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='urljects',
version='1.10.4',
version='1.11',
description="Django URLS DRYed.",
long_description=long_description,
author="Visgean Skeloru",
Expand Down
2 changes: 1 addition & 1 deletion urljects/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.0'
__version__ = '1.11'

from .urljects import url, URLView, url_view, view_include
from .routemap import RouteMap
Expand Down

0 comments on commit db34a57

Please sign in to comment.