Skip to content

Commit

Permalink
v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Apr 21, 2021
1 parent d4504c6 commit 7b13ee0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b13ee0

Please sign in to comment.