File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ Changelog
8
8
9
9
.. changelog ::
10
10
: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.
12
20
13
21
.. changelog ::
14
22
:version: 1.1.3
Original file line number Diff line number Diff line change 88
88
# The short X.Y version.
89
89
version = mako .__version__
90
90
# The full version, including alpha/beta/rc tags.
91
- release = "1.1.3 "
91
+ release = "1.1.4 "
92
92
93
93
# The language for content autogenerated by Sphinx. Refer to documentation
94
94
# for a list of supported languages.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments