Skip to content

Commit

Permalink
v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Nov 16, 2021
1 parent 3db0083 commit 76018a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ 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.6] - not released yet
## [2.4.7] - not released yet

## [2.4.6] - 2021-11-16
### Added
- New `FPDF.pages_count` property, thanks to @paulacampigotto
- Temporary changes to graphics state variables are now possible by `with FPDF.local_context():`, thanks to @gmischler
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
HERE = Path(__file__).resolve().parent

# Global variables
FPDF_VERSION = "2.4.5"
FPDF_VERSION = "2.4.6"
FPDF_FONT_DIR = HERE / "font"

PAGE_FORMATS = {
Expand Down

0 comments on commit 76018a8

Please sign in to comment.