Skip to content

Commit 02064c7

Browse files
committed
Release 0.11.0
1 parent d713732 commit 02064c7

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGES.rst

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
Changes
22
=======
33

4-
0.11.0 (Unreleased)
4+
0.11.0 (2020-02-18)
55
-------------------
66

7-
-??
7+
Enhancements:
8+
9+
- Switch to Flask's native CLI, dropping flask_script in the process (b92391d, thanks @jeffwidman)
10+
- Do not show DebugToolbar routes in the route map (#86, thanks @floqqi)
11+
- Document Pygments for SQL highlighting (#127, thanks @pgiraud)
12+
13+
Fixes:
14+
15+
- Remove deprecated flask.json_available (#119, thanks @davidism)
16+
- Remove deprecated request.is_xhr (7ce099c, thanks @jeffwidman)
17+
- Explicitly disable `SQLALCHEMY_TRACK_MODIFICATIONS` (9c7db48, thanks @jeffwidman)
18+
- Fix typo (#142, thanks @timgates42)
19+
820

921
0.10.1 (2017-02-12)
1022
-------------------

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.11'
60+
version = '0.11.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.11.dev0'
62+
release = '0.11.0'
6363

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='Flask-DebugToolbar',
17-
version='0.11.dev0',
17+
version='0.11.0',
1818
url='https://flask-debugtoolbar.readthedocs.io/',
1919
license='BSD',
2020
author='Michael van Tellingen',

0 commit comments

Comments
 (0)