Skip to content

Commit 1cdcd16

Browse files
committed
- 1.1.4
1 parent 9270047 commit 1cdcd16

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

doc/build/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ Changelog
88

99
.. changelog::
1010
:version: 1.1.4
11-
:include_notes_from: unreleased
11+
:released: Thu Jan 14 2021
12+
13+
.. change::
14+
:tags: bug, py3k
15+
:tickets: 328
16+
17+
Fixed Python deprecation issues related to module importing, as well as
18+
file access within the Lingua plugin, for deprecated APIs that began to
19+
emit warnings under Python 3.10. Pull request courtesy Petr Viktorin.
1220

1321
.. changelog::
1422
:version: 1.1.3

doc/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The short X.Y version.
8989
version = mako.__version__
9090
# The full version, including alpha/beta/rc tags.
91-
release = "1.1.3"
91+
release = "1.1.4"
9292

9393
# The language for content autogenerated by Sphinx. Refer to documentation
9494
# for a list of supported languages.

doc/build/unreleased/328.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)