Skip to content

Commit

Permalink
Merge pull request #225 from Thriftpy/release
Browse files Browse the repository at this point in the history
bump to 0.4.17
  • Loading branch information
ethe authored Sep 27, 2023
2 parents 2a6f591 + 071d03b commit 5f9236c
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 @@ -3,6 +3,13 @@ Changelog

0.4.x
~~~~~
Version 0.4.17
--------------

Released on Nov 15, 2022.

- Fix Cython build error in latest Python3 version

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

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 5f9236c

Please sign in to comment.