Skip to content

Commit

Permalink
0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Mar 10, 2024
1 parent 6ea6855 commit 7f6cbfa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Release history
***************


.. _release-0.23.0:

*Release date:* 2024-03-10


Breaking changes
----------------

* The BeID signer implementation and CLI command was moved into a separate
package; see
`pyhanko-beid-plugin <https://github.com/MatthiasValvekens/pyhanko-beid-plugin>`_.
While this integration was so far preserved in the core tree for
historical reasons, pyHanko has matured beyond this kind of vendor/country-specific
code. Note that CLI invocations will continue to work unchanged as long as
``pyhanko-beid-plugin`` is installed alongside pyHanko, thanks to Python's
package entry point mechanism.



.. _release-0.22.0:

*Release date:* 2024-03-07
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.22.1-dev1'
__version_info__ = (0, 22, 1, 'dev1')
__version__ = '0.23.0'
__version_info__ = (0, 23, 0)

0 comments on commit 7f6cbfa

Please sign in to comment.