Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Aug 21, 2021
1 parent bee6bfd commit b531d05
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@ Changelog
=========


Version 0.1.0
-------------

Released on 2021-08-21.

Bug fixes:

* `#8 <https://github.com/CourtBouillon/pydyf/issues/8>`_:
Don’t use sys.stdout.buffer as default write object

Contributors:

* Guillaume Ayoub

Backers and sponsors:

* Grip Angebotssoftware
* PDF Blocks
* SimonSoft
* Menutech
* Manuel Barkhau
* Simon Sapin
* KontextWork
* René Fritz
* Maykin Media
* NCC Group
* Des images et des mots
* Andreas Zettl
* Nathalie Gutton
* Tom Pohl
* Moritz Mahringer
* Florian Demmer
* Yanal-Yvez Fargialla


Version 0.0.3
-------------

Expand Down
2 changes: 1 addition & 1 deletion pydyf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import zlib
from codecs import BOM_UTF16_BE

VERSION = __version__ = '0.0.3'
VERSION = __version__ = '0.1.0'


def _to_bytes(item):
Expand Down

0 comments on commit b531d05

Please sign in to comment.