Skip to content

Commit

Permalink
Merge pull request #194 from Thriftpy/bump
Browse files Browse the repository at this point in the history
bump to 0.4.15
  • Loading branch information
ethe committed Nov 8, 2022
2 parents bdb79b5 + f21953a commit 85caf66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

0.4.x
~~~~~
Version 0.4.15
-------------

Released on Jan 21, 2021.

- Support Apache JSON protocol and binary type
- Replace "yield from" syntax to "await"
- Fix some socket leaking cases in aio support

Version 0.4.14
-------------

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.14'
__version__ = '0.4.15'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit 85caf66

Please sign in to comment.