We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f6b62 commit 371ddc0Copy full SHA for 371ddc0
NEWS.rst
@@ -3,6 +3,12 @@
3
======
4
5
6
+Version 2.1.3 released on 2018-01-03
7
+====================================
8
+
9
+* Fix T commands following q or t in paths
10
11
12
Version 2.1.2 released on 2017-12-01
13
====================================
14
cairosvg/__init__.py
@@ -19,7 +19,7 @@
19
20
"""
21
22
-__version__ = '2.1.2' # noqa (version is used by relative imports)
+__version__ = '2.1.3' # noqa (version is used by relative imports)
23
24
25
import os
0 commit comments