Skip to content

Commit 6c3545b

Browse files
committed
release 0.6.11
1 parent 48b7b03 commit 6c3545b

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
2013-11-19 Freedom Dumlao <[email protected]>
29

310
Version 0.6.8
@@ -165,4 +172,4 @@
165172

166173
Version 0.3.4
167174

168-
* Added PATCH support
175+
* Added PATCH support

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.6.8'
51+
version = '0.6'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.6.8'
53+
release = '0.6.11'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

flask_classy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:license: BSD, see LICENSE for more details.
99
"""
1010

11-
__version__ = "0.6.8"
11+
__version__ = "0.6.11"
1212

1313
import sys
1414
import functools

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='Flask-Classy',
11-
version='0.6.8',
11+
version='0.6.11',
1212
url='https://github.com/apiguy/flask-classy',
1313
license='BSD',
1414
author='Freedom Dumlao',
@@ -37,4 +37,4 @@
3737
'Topic :: Software Development :: Libraries :: Python Modules'
3838
],
3939
test_suite='test_classy'
40-
)
40+
)

0 commit comments

Comments
 (0)