File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ v0.2.3
2+ ------
3+
4+ Development Status changed to "Development Status :: 5 - Production/Stable".
5+
16v0.2.2
27------
38
Original file line number Diff line number Diff line change 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
33Django Macros URL makes it easy to write (and read) URL patterns in your Django applications by using macros.
44
Original file line number Diff line number Diff line change 11import re
22
3- VERSION = (0 , 2 , 2 )
3+ VERSION = (0 , 2 , 3 )
44
55_macros_library = {
66 'id' : r'\d+' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments