Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Oct 30, 2021
1 parent 57ae698 commit 9dd8e99
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@ Changelog
=========


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

Released on 2021-10-30.

Bug fixes:

* `#9 <https://github.com/CourtBouillon/pydyf/pull/9>`_:
Implement escaping for Strings

Contributors:

* Guillaume Ayoub
* Rian McGuire

Backers and sponsors:

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


Version 0.1.1
-------------

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

VERSION = __version__ = '0.1.1'
VERSION = __version__ = '0.1.2'


def _to_bytes(item):
Expand Down

0 comments on commit 9dd8e99

Please sign in to comment.