Skip to content

Commit 1bd4548

Browse files
authored
release v2.7.8 (#1110)
1 parent f03b3b1 commit 1bd4548

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ in order to get warned about deprecated features used in your code.
1616

1717
This can also be enabled programmatically with `warnings.simplefilter('default', DeprecationWarning)`.
1818

19-
## [2.7.8] - Not released yet
19+
## [2.7.9] - Not released yet
20+
### Added
21+
22+
### Fixed
23+
24+
### Changed
25+
26+
27+
## [2.7.8] - 2024-02-09
2028
### Added
2129
* support for `<path>` elements in SVG `<clipPath>` elements
2230
* support for `bidirectional` text shaping - thanks to @andersonhc

docs/overrides/main.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
{% block announce %}
44
<center>
5-
<a href="https://github.com/py-pdf/fpdf2/releases/tag/2.7.7">
6-
New release: 2.7.7 on 2023/12/10
5+
<a href="https://github.com/py-pdf/fpdf2/releases/tag/2.7.8">
6+
New release: 2.7.8 on 2024/02/09
77
</a>
88
</center>
99
{% endblock %}

fpdf/fpdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class Image:
118118
from .util import get_scale_factor, Padding
119119

120120
# Public global variables:
121-
FPDF_VERSION = "2.7.7"
121+
FPDF_VERSION = "2.7.8"
122122
PAGE_FORMATS = {
123123
"a3": (841.89, 1190.55),
124124
"a4": (595.28, 841.89),

0 commit comments

Comments
 (0)