Skip to content

Commit 4b28713

Browse files
committed
Version 61.1
1 parent 61fb3c9 commit 4b28713

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

docs/changelog.rst

+47
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@ Changelog
22
=========
33

44

5+
Version 61.1
6+
------------
7+
8+
Released on 2024-02-26.
9+
10+
Bug fixes:
11+
12+
- `#2075 <https://github.com/Kozea/WeasyPrint/issues/2075>`_:
13+
Use default value when variable is not defined
14+
- `#2070 <https://github.com/Kozea/WeasyPrint/issues/2070>`_:
15+
Don’t crash when rendering SVGs with non-text a children
16+
- Don’t crash when SVG file can’t be rendered
17+
18+
Documentation:
19+
20+
- `#2067 <https://github.com/Kozea/WeasyPrint/pull/2067>`_:
21+
Suggest "dnf" instead of "yum" to install Fedora packages
22+
- Improve documentation for Windows
23+
- Fix required version of TinyCSS2
24+
25+
Contributors:
26+
27+
* Guillaume Ayoub
28+
* Felix Schwarz
29+
* Lucie Anglade
30+
31+
Backers and sponsors:
32+
33+
* Spacinov
34+
* Kobalt
35+
* Grip Angebotssoftware
36+
* Manuel Barkhau
37+
* SimonSoft
38+
* Menutech
39+
* KontextWork
40+
* René Fritz
41+
* Simon Sapin
42+
* Arcanite
43+
* TrainingSparkle
44+
* Healthchecks.io
45+
* Hammerbacher
46+
* Docraptor
47+
* Yanal-Yvez Fargialla
48+
* Morntag
49+
* NBCO
50+
51+
552
Version 61.0
653
------------
754

weasyprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import html5lib
1616
import tinycss2
1717

18-
VERSION = __version__ = '61.0'
18+
VERSION = __version__ = '61.1'
1919

2020
#: Default values for command-line and Python API options. See
2121
#: :func:`__main__.main` to learn more about specific options for

0 commit comments

Comments
 (0)