Skip to content

Commit

Permalink
Release of v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jun 29, 2021
1 parent d5b4a95 commit f21bbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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 !
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f21bbb6

Please sign in to comment.