Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
------

Development Status changed to "Development Status :: 5 - Production/Stable".
  • Loading branch information
phpdude committed Jul 9, 2016
1 parent fab48cc commit 098c2b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
@@ -1,3 +1,8 @@
v0.2.3
------

Development Status changed to "Development Status :: 5 - Production/Stable".

v0.2.2
------

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,4 +1,4 @@
# [Django Macros URL](https://github.com/phpdude/django-macros-url/) v0.2.2 - Routing must be simple as possible
# [Django Macros URL](https://github.com/phpdude/django-macros-url/) v0.2.3 - Routing must be simple as possible

Django Macros URL makes it easy to write (and read) URL patterns in your Django applications by using macros.

Expand Down
2 changes: 1 addition & 1 deletion macrosurl/__init__.py
@@ -1,6 +1,6 @@
import re

VERSION = (0, 2, 2)
VERSION = (0, 2, 3)

_macros_library = {
'id': r'\d+',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def read(filename):
test_suite='tests',
long_description=read("README.markdown"),
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Environment :: Plugins',
'Framework :: Django',
Expand Down

0 comments on commit 098c2b2

Please sign in to comment.