File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ Changelog
8
8
9
9
.. changelog ::
10
10
:version: 1.1.3
11
- :include_notes_from: unreleased
11
+ :released: Fri May 29 2020
12
+
13
+ .. change ::
14
+ :tags: bug, templates
15
+ :tickets: 267
16
+
17
+ The default template encoding is now utf-8. Previously, the encoding was
18
+ "ascii", which was standard throughout Python 2. This allows that
19
+ "magic encoding comment" for utf-8 templates is no longer required.
20
+
12
21
13
22
.. changelog ::
14
23
:version: 1.1.2
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.2 "
91
+ release = "1.1.3 "
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