forked from orbit-oss/flask
release version 1.0.4
This commit is contained in:
parent
c07475935c
commit
626b5cc166
3 changed files with 5 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Version 1.0.4
|
Version 1.0.4
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2019-07-04
|
||||||
|
|
||||||
- The key information for ``BadRequestKeyError`` is no longer cleared
|
- The key information for ``BadRequestKeyError`` is no longer cleared
|
||||||
outside debug mode, so error handlers can still access it. This
|
outside debug mode, so error handlers can still access it. This
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
:license: BSD-3-Clause
|
:license: BSD-3-Clause
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '1.0.4.dev'
|
__version__ = '1.0.4'
|
||||||
|
|
||||||
# utilities we import from Werkzeug and Jinja2 that are unused
|
# utilities we import from Werkzeug and Jinja2 that are unused
|
||||||
# in the module but are exported as public interface.
|
# in the module but are exported as public interface.
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -40,6 +40,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
|
"Programming Language :: Python :: 3.7",
|
||||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
||||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue