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
+
1
6
v0.2.2
2
7
------
3
8
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
2
2
3
3
Django Macros URL makes it easy to write (and read) URL patterns in your Django applications by using macros.
4
4
Original file line number Diff line number Diff line change 1
1
import re
2
2
3
- VERSION = (0 , 2 , 2 )
3
+ VERSION = (0 , 2 , 3 )
4
4
5
5
_macros_library = {
6
6
'id' : r'\d+' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def read(filename):
22
22
test_suite = 'tests' ,
23
23
long_description = read ("README.markdown" ),
24
24
classifiers = [
25
- 'Development Status :: 4 - Beta ' ,
25
+ 'Development Status :: 5 - Production/Stable ' ,
26
26
'Environment :: Console' ,
27
27
'Environment :: Plugins' ,
28
28
'Framework :: Django' ,
You can’t perform that action at this time.
0 commit comments