From dc2ace4dd58db295f68188915597d3e1c97da2ab Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Sun, 28 Feb 2021 10:26:44 +0100 Subject: [PATCH] v2.3.1 --- CHANGELOG.md | 2 +- fpdf/fpdf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f81fa29..043f93dff 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.3.1] - not released yet +## [2.3.1] - 2021-02-28 ### Added - `FPDF.polyline` & `FPDF.polygon` : new methods added by @uovodikiwi - thanks! - `FPDF.set_margin` : new method to set the document right, left, top & bottom margins to the same value at once diff --git a/fpdf/fpdf.py b/fpdf/fpdf.py index 4832e2722..1977c4ed2 100644 --- a/fpdf/fpdf.py +++ b/fpdf/fpdf.py @@ -53,7 +53,7 @@ HERE = Path(__file__).resolve().parent # Global variables -FPDF_VERSION = "2.3.0" +FPDF_VERSION = "2.3.1" FPDF_FONT_DIR = HERE / "font" SYSTEM_TTFONTS = None