diff --git a/docs/changelog.rst b/docs/changelog.rst index 5c3cc1fe..1f41c239 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,27 @@ Release history *************** +.. _release-0.13.1: + +0.13.1 +====== + +*Release date:* 2022-05-01 + +Note +---- + +This is a patch release to update ``fontTools`` and ``uharfbuzz`` to address +a conflict between the latest ``fontTools`` and older ``uharfbuzz`` versions. + + +Dependency updates +------------------ + + * ``fontTools`` updated to ``4.33.3`` + * ``uharfbuzz`` updated to ``0.25.0`` + + .. _release-0.13.0: 0.13.0 diff --git a/pyhanko/version.py b/pyhanko/version.py index a99758f0..6defd704 100644 --- a/pyhanko/version.py +++ b/pyhanko/version.py @@ -1,2 +1,2 @@ -__version__ = '0.13.0' -__version_info__ = (0, 13, 0) +__version__ = '0.13.1' +__version_info__ = (0, 13, 1)