From 0964d0c4b2e508c78d1c01163d625c7c9c12c014 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:30:42 +0100 Subject: [PATCH] v2.5.0 --- CHANGELOG.md | 2 +- fpdf/fpdf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eeae46c..65aeffb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/), and [PEP 440](https://www.python.org/dev/peps/pep-0440/). -## [2.5.0] - not released yet +## [2.5.0] - 2022-01-22 ### Added - add [`fpdf.drawing`](https://pyfpdf.github.io/fpdf2/Drawing.html) API for composing paths from an arbitrary sequence of lines and curves. - add [`fpdf.svg.convert_svg_to_drawing`](https://pyfpdf.github.io/fpdf2/SVG.html) function to support converting basic scalable vector graphics (SVG) images to PDF paths. diff --git a/fpdf/fpdf.py b/fpdf/fpdf.py index 4febbe612..b85489d98 100644 --- a/fpdf/fpdf.py +++ b/fpdf/fpdf.py @@ -65,7 +65,7 @@ HERE = Path(__file__).resolve().parent # Global variables -FPDF_VERSION = "2.4.6" +FPDF_VERSION = "2.5.0" FPDF_FONT_DIR = HERE / "font" PAGE_FORMATS = {