Skip to content

Commit 371ddc0

Browse files
committed
Version 2.1.3
1 parent 92f6b62 commit 371ddc0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
======
44

55

6+
Version 2.1.3 released on 2018-01-03
7+
====================================
8+
9+
* Fix T commands following q or t in paths
10+
11+
612
Version 2.1.2 released on 2017-12-01
713
====================================
814

cairosvg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
"""
2121

22-
__version__ = '2.1.2' # noqa (version is used by relative imports)
22+
__version__ = '2.1.3' # noqa (version is used by relative imports)
2323

2424

2525
import os

0 commit comments

Comments
 (0)