diff --git a/docs/changelog.rst b/docs/changelog.rst index 424bfc7..4a41001 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,41 @@ Changelog ========= +Version 0.1.0 +------------- + +Released on 2021-08-21. + +Bug fixes: + +* `#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 ------------- diff --git a/pydyf/__init__.py b/pydyf/__init__.py index b9de782..d268aeb 100755 --- a/pydyf/__init__.py +++ b/pydyf/__init__.py @@ -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):