Skip to content

Commit 160e680

Browse files
committed
Version 0.12.0
1 parent 44512bb commit 160e680

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

docs/changelog.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
549
Version 0.11.0
650
--------------
751

pydyf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from hashlib import md5
1111
from math import ceil, log
1212

13-
VERSION = __version__ = '0.11.0'
13+
VERSION = __version__ = '0.12.0'
1414

1515

1616
def _to_bytes(item):

0 commit comments

Comments
 (0)