From f21bbb6eb101fdedd8a03fa7840d790ab594f293 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Tue, 29 Jun 2021 06:49:32 +0200 Subject: [PATCH] Release of v2.4.2 --- CHANGELOG.md | 2 +- fpdf/fpdf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6765d04..6052ffdbe 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.4.2] - not released yet +## [2.4.2] - 2021-06-29 ### Added - disable font caching when `fpdf.FPDF` constructor invoked with `font_cache_dir=None`, thanks to @moe-25 ! - `FPDF.circle`: new method added, thanks to @viraj-shah18 ! diff --git a/fpdf/fpdf.py b/fpdf/fpdf.py index 63c317d23..da9172aee 100644 --- a/fpdf/fpdf.py +++ b/fpdf/fpdf.py @@ -62,7 +62,7 @@ HERE = Path(__file__).resolve().parent # Global variables -FPDF_VERSION = "2.4.1" +FPDF_VERSION = "2.4.2" FPDF_FONT_DIR = HERE / "font" PAGE_FORMATS = {