Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 22, 2022
1 parent 9dbffd1 commit 0964d0c
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.5.0] - not released yet
## [2.5.0] - 2022-01-22
### Added
- add [`fpdf.drawing`](https://pyfpdf.github.io/fpdf2/Drawing.html) API for composing paths from an arbitrary sequence of lines and curves.
- add [`fpdf.svg.convert_svg_to_drawing`](https://pyfpdf.github.io/fpdf2/SVG.html) function to support converting basic scalable vector graphics (SVG) images to PDF paths.
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
HERE = Path(__file__).resolve().parent

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

PAGE_FORMATS = {
Expand Down

0 comments on commit 0964d0c

Please sign in to comment.