release version 1.1.2
This commit is contained in:
parent
4024a4a89c
commit
93dd1709d0
3 changed files with 3 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ graft docs
|
|||
prune docs/_build
|
||||
graft examples
|
||||
graft tests
|
||||
global-exclude *.pyc
|
||||
|
|
|
|||
|
|
@ -57,4 +57,4 @@ from .signals import template_rendered
|
|||
from .templating import render_template
|
||||
from .templating import render_template_string
|
||||
|
||||
__version__ = "1.1.2.dev"
|
||||
__version__ = "1.1.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue