Skip to content

Commit f5170f8

Browse files
committed
Version 2.6.0
1 parent c25a7bf commit f5170f8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

NEWS.rst

+13
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,24 @@
33
======
44

55

6+
Version 2.6.0 released on 2023-01-12
7+
====================================
8+
9+
* Drop support of Python 3.5 and 3.6, add support of Python 3.9, 3.10 and 3.11
10+
* Support crispEdges value for text antialiasing
11+
* Don’t crash when including CMYK images
12+
* Only update docstrings when not optimized
13+
* Don’t restore current point after empty paths
14+
* Assume that 1ch equals 0.5em
15+
* Fix various deprecation warnings
16+
17+
618
Version 2.5.2 released on 2021-03-06
719
====================================
820

921
* Fix marker path scale
1022

23+
1124
Version 2.5.1 released on 2021-01-06
1225
====================================
1326

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CairoSVG is an SVG converter based on Cairo. It can export SVG files to PDF,
22
EPS, PS, and PNG files.
33

44
* Free software: LGPL license
5-
* For Python 3.6+, tested on CPython and PyPy
5+
* For Python 3.7+, tested on CPython and PyPy
66
* Documentation: https://cairosvg.org/documentation/
77
* Changelog: https://github.com/Kozea/CairoSVG/releases
88
* Code, issues, tests: https://github.com/Kozea/CairoSVG

cairosvg/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.2
1+
2.6.0

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ classifiers =
2727
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
2828
Operating System :: OS Independent
2929
Programming Language :: Python :: 3 :: Only
30-
Programming Language :: Python :: 3.6
3130
Programming Language :: Python :: 3.7
3231
Programming Language :: Python :: 3.8
3332
Programming Language :: Python :: 3.9
33+
Programming Language :: Python :: 3.10
34+
Programming Language :: Python :: 3.11
3435
Topic :: Multimedia :: Graphics :: Graphics Conversion
3536
project_urls =
3637
Documentation = https://cairosvg.org/documentation/

0 commit comments

Comments
 (0)