File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ 2015-08-07 Hoat Le <
[email protected] >
2
+ Version: 0.6.11
3
+
4
+ - Bugfixes:
5
+ * Fixes empty url with route decorator
6
+
7
+
1
8
2013-11-19 Freedom Dumlao <
[email protected] >
2
9
3
10
Version 0.6.8
165
172
166
173
Version 0.3.4
167
174
168
- * Added PATCH support
175
+ * Added PATCH support
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.6.8 '
51
+ version = '0.6'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.6.8 '
53
+ release = '0.6.11 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 8
8
:license: BSD, see LICENSE for more details.
9
9
"""
10
10
11
- __version__ = "0.6.8 "
11
+ __version__ = "0.6.11 "
12
12
13
13
import sys
14
14
import functools
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'Flask-Classy' ,
11
- version = '0.6.8 ' ,
11
+ version = '0.6.11 ' ,
12
12
url = 'https://github.com/apiguy/flask-classy' ,
13
13
license = 'BSD' ,
14
14
author = 'Freedom Dumlao' ,
37
37
'Topic :: Software Development :: Libraries :: Python Modules'
38
38
],
39
39
test_suite = 'test_classy'
40
- )
40
+ )
You can’t perform that action at this time.
0 commit comments