Skip to content

Commit 626b5cc

Browse files
committed
release version 1.0.4
1 parent c074759 commit 626b5cc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Version 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

1717
Version 1.0.3

flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
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",

0 commit comments

Comments
 (0)