Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 19, 2022
1 parent 602dedb commit 8de4eb0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
36 changes: 35 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@ Changelog
=========


Version 0.3.0
-------------

Released on 2022-09-19.

New features:

* Support marked content
* Allow version and ID to be specified when initializing PDF objects

Contributors:

* Guillaume Ayoub

Backers and sponsors:

* Grip Angebotssoftware
* Manuel Barkhau
* Crisp BV
* SimonSoft
* Menutech
* Spacinov
* KontextWork
* René Fritz
* NCC Group
* Kobalt
* Tom Pohl
* John R Ellis
* Moritz Mahringer
* Gábor
* Piotr Horzycki
* Andrew Ittner


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

Expand All @@ -11,7 +45,7 @@ Dependencies:

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

New features:
New features:

* `d0be36b <https://github.com/CourtBouillon/pydyf/commit/d0be36b>`_:
Allow to set PDF version
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0'
VERSION = __version__ = '0.3.0'


def _to_bytes(item):
Expand Down

0 comments on commit 8de4eb0

Please sign in to comment.