Skip to content

Commit

Permalink
release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 3, 2020
1 parent 4024a4a commit 93dd170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 1.1.2
-------------

Unreleased
Released 2020-04-03

- Work around an issue when running the ``flask`` command with an
external debugger on Windows. :issue:`3297`
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ graft docs
prune docs/_build
graft examples
graft tests
global-exclude *.pyc
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
from .templating import render_template
from .templating import render_template_string

__version__ = "1.1.2.dev"
__version__ = "1.1.2"

0 comments on commit 93dd170

Please sign in to comment.