Skip to content

Commit

Permalink
v2.7.6 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonhc committed Oct 11, 2023
1 parent 0d55f2d commit fd00303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -16,7 +16,10 @@ in order to get warned about deprecated features used in your code.

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

## [2.7.6] - Not released yet
## [2.7.7] - Not released yet


## [2.7.6] - 2023-10-11
This release is the first performed from the [@py-pdf GitHub org](https://github.com/py-pdf), where `fpdf2` migrated.
This release also marks the arrival of two new maintainers: Georg Mischler ([@gmischler](https://github.com/gmischler)) and Anderson Herzogenrath da Costa ([@andersonhc](https://github.com/andersonhc)).
### Added
Expand Down
2 changes: 1 addition & 1 deletion fpdf/fpdf.py
Expand Up @@ -94,7 +94,7 @@ class Image:
from .util import get_scale_factor, Padding

# Public global variables:
FPDF_VERSION = "2.7.5"
FPDF_VERSION = "2.7.6"
PAGE_FORMATS = {
"a3": (841.89, 1190.55),
"a4": (595.28, 841.89),
Expand Down

0 comments on commit fd00303

Please sign in to comment.