diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdd86990..1b75aa0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fpdf/fpdf.py b/fpdf/fpdf.py index 1ecbce418..2ceb429a8 100644 --- a/fpdf/fpdf.py +++ b/fpdf/fpdf.py @@ -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),