From 7b13ee066df2b9d7c855c73ae7c0411bca4959ae Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Wed, 21 Apr 2021 21:53:52 +0200 Subject: [PATCH] v2.3.3 --- CHANGELOG.md | 2 +- docs/Development.md | 5 +++-- fpdf/fpdf.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c206c34f..6b4c641b5 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.3] - not released yet +## [2.3.3] - 2021-04-21 ### Added - new features: **document outline & table of contents**! Check out the new dedicated [documentation page](https://pyfpdf.github.io/fpdf2/DocumentOutlineAndTableOfContents.html) for more information - new method `text_annotation` to insert... Text Annotations diff --git a/docs/Development.md b/docs/Development.md index 368daa9d0..f9ab6084a 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -32,8 +32,9 @@ More on `PyFPDF`: ## Usage ## - [PyPI download stats](https://pypistats.org/packages/fpdf2) -- packages using `fpdf2` can be listed using [GitHub Dependency graph: Dependents](https://github.com/PyFPDF/fpdf2/network/dependents) -or [Watchman Pypi](http://www.watchman-pypi.com). Some are also listed on [its libraries.io page](https://libraries.io/pypi/fpdf2). +- packages using `fpdf2` can be listed using [GitHub Dependency graph: Dependents](https://github.com/PyFPDF/fpdf2/network/dependents), +[Wheelodex](https://www.wheelodex.org/projects/fpdf2/rdepends/) or [Watchman Pypi](http://www.watchman-pypi.com). +Some are also listed on [its libraries.io page](https://libraries.io/pypi/fpdf2). ## Repository structure ## diff --git a/fpdf/fpdf.py b/fpdf/fpdf.py index 6c66ea9b5..8db4c3eab 100644 --- a/fpdf/fpdf.py +++ b/fpdf/fpdf.py @@ -59,7 +59,7 @@ HERE = Path(__file__).resolve().parent # Global variables -FPDF_VERSION = "2.3.2" +FPDF_VERSION = "2.3.3" FPDF_FONT_DIR = HERE / "font" SYSTEM_TTFONTS = None