File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed
Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,50 @@ Changelog
22=========
33
44
5+ Version 0.12.0
6+ --------------
7+
8+ Released on 2025-12-02.
9+
10+ Dependencies:
11+
12+ * Python 3.13 and 3.14 are supported and tested
13+ * Python 3.10+ is now needed, Python 3.8 and 3.9 are not supported anymore
14+
15+ New features:
16+
17+ * Remove deprecated color_space, shading, text_matrix and transform methods
18+ * Don’t add Info key in trailer when info dict is empty
19+
20+ Contributors:
21+
22+ * Guillaume Ayoub
23+
24+ Backers and sponsors:
25+
26+ * Spacinov
27+ * Syslifters
28+ * Kobalt
29+ * Simon Sapin
30+ * Grip Angebotssoftware
31+ * Manuel Barkhau
32+ * Simonsoft
33+ * KontextWork
34+ * Menutech
35+ * TrainingSparkle
36+ * Healthchecks.io
37+ * Method B
38+ * FieldHub
39+ * Hammerbacher
40+ * Yanal-Yves Fargialla
41+ * Morntag
42+ * Piloterr
43+ * Xavid
44+ * Charlie S.
45+ * Prothesis Dental Solutions
46+ * Kai DeLorenzo
47+
48+
549Version 0.11.0
650--------------
751
Original file line number Diff line number Diff line change 1010from hashlib import md5
1111from math import ceil , log
1212
13- VERSION = __version__ = '0.11 .0'
13+ VERSION = __version__ = '0.12 .0'
1414
1515
1616def _to_bytes (item ):
You can’t perform that action at this time.
0 commit comments