Skip to content

Commit 098c2b2

Browse files
committed
v0.2.3
------ Development Status changed to "Development Status :: 5 - Production/Stable".
1 parent fab48cc commit 098c2b2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.2.3
2+
------
3+
4+
Development Status changed to "Development Status :: 5 - Production/Stable".
5+
16
v0.2.2
27
------
38

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Django Macros URL](https://github.com/phpdude/django-macros-url/) v0.2.2 - Routing must be simple as possible
1+
# [Django Macros URL](https://github.com/phpdude/django-macros-url/) v0.2.3 - Routing must be simple as possible
22

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

macrosurl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
VERSION = (0, 2, 2)
3+
VERSION = (0, 2, 3)
44

55
_macros_library = {
66
'id': r'\d+',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(filename):
2222
test_suite='tests',
2323
long_description=read("README.markdown"),
2424
classifiers=[
25-
'Development Status :: 4 - Beta',
25+
'Development Status :: 5 - Production/Stable',
2626
'Environment :: Console',
2727
'Environment :: Plugins',
2828
'Framework :: Django',

0 commit comments

Comments
 (0)