Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Apr 13, 2022
1 parent 45188e5 commit bc16c9a
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 @@ -16,7 +16,9 @@ in order to get warned about deprecated features used in your code.

This can also be enabled programmatically with `warnings.simplefilter('default', DeprecationWarning)`.

## [2.5.2] - not released yet
## [2.5.3] - not released yet

## [2.5.2] - 2022-04-13
### Added
- new parameters `new_x` and `new_y` for `cell()` and `multi_cell()`, replacing `ln=0`, thanks to @gmischler
- new `add_highlight()` method to insert highlight annotations: [documentation](https://pyfpdf.github.io/fpdf2/Annotations.html#highlights)
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
HERE = Path(__file__).resolve().parent

# Global variables
FPDF_VERSION = "2.5.1"
FPDF_VERSION = "2.5.2"
FPDF_FONT_DIR = HERE / "font"

PAGE_FORMATS = {
Expand Down

0 comments on commit bc16c9a

Please sign in to comment.