Skip to content

Commit

Permalink
0.25.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Nov 11, 2024
1 parent fc500a0 commit f6c3471
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Release history
***************

.. _release-0.25.2:

*Release date:* 2024-11-11


Dependency changes
------------------

* Bump minimal ``cryptography`` version to ``43.0.3``.
* Update ``uharfbuzz`` upper bound to ``0.42.0``.
* Add Python 3.13 to the package metadata & include it in CI.
* Some test dependencies bumped.

Bugs fixed
----------

* Properly propagate ``strict=False`` in post-signing instructions.


.. _release-0.25.1:

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.25.2.dev1'
__version_info__ = (0, 25, 2, 'dev1')
__version__ = '0.25.2'
__version_info__ = (0, 25, 2)

0 comments on commit f6c3471

Please sign in to comment.