Skip to content

Commit

Permalink
Bump to 0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Zi-Xing Guo committed Jan 21, 2021
1 parent ac2b5e2 commit 6583ae5
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.14
-------------

Released on Jan 21, 2021.

- revert support Apache JSON protocol and binary type, via `2-#157`_.

.. _2-#157: https://github.com/Thriftpy/thriftpy2/pull/157

Version 0.4.13
-------------

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

0 comments on commit 6583ae5

Please sign in to comment.