Skip to content

Commit

Permalink
0.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed May 1, 2022
1 parent 0bf69a2 commit f2e7a20
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyhanko/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.13.0'
__version_info__ = (0, 13, 0)
__version__ = '0.13.1'
__version_info__ = (0, 13, 1)

0 comments on commit f2e7a20

Please sign in to comment.