Skip to content

Commit

Permalink
bump to 0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Sep 27, 2023
1 parent d0e9e50 commit b8c8e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Version 0.4.16

Released on Nov 15, 2022.

- Fix Cython build error in latest Python3 version

Version 0.4.16
-------------

Released on Nov 15, 2022.

- Fix unexpected binary type id in TBinaryTransport serialization

Version 0.4.15
Expand Down
2 changes: 1 addition & 1 deletion thriftpy2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .hook import install_import_hook, remove_import_hook
from .parser import load, load_module, load_fp

__version__ = '0.4.16'
__version__ = '0.4.17'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit b8c8e57

Please sign in to comment.