Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed May 23, 2022
1 parent 38db44c commit 1ab5cba
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
43 changes: 43 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@ Changelog
=========


Version 0.2.0
-------------

Released on 2022-05-23.

Dependencies:

* Python 3.7+ is now needed, Python 3.6 is not supported anymore

New features:

* `d0be36b <https://github.com/CourtBouillon/pydyf/commit/d0be36b>`_:
Allow to set PDF version
* `879261c <https://github.com/CourtBouillon/pydyf/commit/879261c>`_:
Allow to set PDF identifier

Contributors:

* Guillaume Ayoub

Backers and sponsors:

* Grip Angebotssoftware
* Manuel Barkhau
* Crisp BV
* SimonSoft
* Menutech
* Spacinov
* KontextWork
* René Fritz
* Kobalt
* NCC Group
* Des images et des mots
* Nathalie Gutton
* Andreas Zettl
* Tom Pohl
* Moritz Mahringer
* Florian Demmer
* Yanal-Yvez Fargialla
* Gábor
* Piotr Horzycki


Version 0.1.2
-------------

Expand Down
4 changes: 2 additions & 2 deletions pydyf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import BOM_UTF16_BE
from hashlib import md5

VERSION = __version__ = '0.1.2'
VERSION = __version__ = '0.2.0'


def _to_bytes(item):
Expand Down Expand Up @@ -475,7 +475,7 @@ def write(self, output, version=b'1.7', identifier=None):
:param output: Output stream.
:type output: binary :term:`file object`
:param bytes version: PDF version, default is 1.7.
:param bytes version: PDF version.
:param bytes identifier: PDF file identifier.
"""
Expand Down

0 comments on commit 1ab5cba

Please sign in to comment.