Skip to content

Commit

Permalink
0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Jul 2, 2022
1 parent 15bd6b9 commit 6d3477a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@
Release history
***************


.. _release-0.13.2:

0.13.2
======

*Release date:* 2022-07-02

Note
----

This is a patch release to address some dependency issues and bugs.


Dependency updates
------------------

* ``python-barcode`` updated and pinned to ``0.14.0``.


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

* Fix lack of newline after XRef stream header.
* Do not write **DigestMethod** in signature reference dictionaries
(deprecated/nonfunctional entry).
* Make :func:`pyhanko.pdf_utils.writer.copy_into_new_writer` more flexible by allowing
caller-specified keyword arguments for the writer object.
* Refine settings for invisible signature fields (see :class:`pyhanko.sign.fields.InvisSigSettings`).
* Correctly read objects from object streams in encrypted documents.


.. _release-0.13.1:

0.13.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.13.1'
__version_info__ = (0, 13, 1)
__version__ = '0.13.2'
__version_info__ = (0, 13, 2)

0 comments on commit 6d3477a

Please sign in to comment.