Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Feb 28, 2021
1 parent 840fe22 commit dc2ace4
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.3.1] - not released yet
## [2.3.1] - 2021-02-28
### Added
- `FPDF.polyline` & `FPDF.polygon` : new methods added by @uovodikiwi - thanks!
- `FPDF.set_margin` : new method to set the document right, left, top & bottom margins to the same value at once
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
HERE = Path(__file__).resolve().parent

# Global variables
FPDF_VERSION = "2.3.0"
FPDF_VERSION = "2.3.1"
FPDF_FONT_DIR = HERE / "font"
SYSTEM_TTFONTS = None

Expand Down

0 comments on commit dc2ace4

Please sign in to comment.