File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33Version 1.0.4
44-------------
55
6- Unreleased
6+ Released 2019-07-04
77
88- The key information for ``BadRequestKeyError `` is no longer cleared
99 outside debug mode, so error handlers can still access it. This
1010 requires upgrading to Werkzeug 0.15.5. :issue: `3249 `
1111- ``send_file `` url quotes the ":" and "/" characters for more
1212 compatible UTF-8 filename support in some browsers. :issue: `3074 `
13- - Fixes for PEP451 import loaders and pytest 5.x. :issue: `3275 `
14- - Show message about dotenv on stderr instead of stdout. :issue: `3285 `
13+ - Fixes for PEP451 import loaders and pytest 5.x. :issue: `3275 `
14+ - Show message about dotenv on stderr instead of stdout. :issue: `3285 `
1515
1616
1717Version 1.0.3
Original file line number Diff line number Diff line change 1010 :license: BSD-3-Clause
1111"""
1212
13- __version__ = '1.0.4.dev '
13+ __version__ = '1.0.4'
1414
1515# utilities we import from Werkzeug and Jinja2 that are unused
1616# in the module but are exported as public interface.
Original file line number Diff line number Diff line change 4040 "Programming Language :: Python :: 3.4" ,
4141 "Programming Language :: Python :: 3.5" ,
4242 "Programming Language :: Python :: 3.6" ,
43+ "Programming Language :: Python :: 3.7" ,
4344 "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
4445 "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ,
4546 "Topic :: Software Development :: Libraries :: Application Frameworks" ,
You can’t perform that action at this time.
0 commit comments