File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,15 @@ in order to get warned about deprecated features used in your code.
16
16
17
17
This can also be enabled programmatically with ` warnings.simplefilter('default', DeprecationWarning) ` .
18
18
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
20
28
### Added
21
29
* support for ` <path> ` elements in SVG ` <clipPath> ` elements
22
30
* support for ` bidirectional ` text shaping - thanks to @andersonhc
Original file line number Diff line number Diff line change 2
2
3
3
{% block announce %}
4
4
< 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
7
7
</ a >
8
8
</ center >
9
9
{% endblock %}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class Image:
118
118
from .util import get_scale_factor , Padding
119
119
120
120
# Public global variables:
121
- FPDF_VERSION = "2.7.7 "
121
+ FPDF_VERSION = "2.7.8 "
122
122
PAGE_FORMATS = {
123
123
"a3" : (841.89 , 1190.55 ),
124
124
"a4" : (595.28 , 841.89 ),
You can’t perform that action at this time.
0 commit comments