We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df4a32c + b06aa8e commit af9f9e0Copy full SHA for af9f9e0
CHANGELOG
@@ -2,6 +2,10 @@
2
ChangeLog
3
*********
4
5
+0.25.11 (2018-06-08)
6
+====================
7
+- Fix: Percent-encode quote characters in urls to avoid breaking some renderers.
8
+
9
0.25.10 (2018-06-06)
10
====================
11
- Fix: Brown-paper-bag release: actual change version in the code.
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '0.25.10'
+__version__ = '0.25.11'
0 commit comments