Skip to content

Commit

Permalink
Bump to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Nov 27, 2019
1 parent 2c41c1e commit 781b10d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog

0.4.x
~~~~~
Version 0.4.9
-------------

Released on November 27, 2019.

- Fix unexpected data length in aio buffer transport, via `2-#102`_.

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


Version 0.4.8
-------------

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

0 comments on commit 781b10d

Please sign in to comment.