Skip to content

Commit

Permalink
Bump to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Jan 1, 2020
1 parent 08daefd commit 90b9177
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Changelog
Version 0.4.9
-------------

Released on Jan 1, 2020.

- Add TAsyncCompactProtocol and TAsyncFramedTransport, via `2-#103`_.
- Add TAsyncProtocolBase and TAsyncTransportBase, via `2-#108`_.
- Add __str__ on TProtocolException, , via `2-#109`_.
- Support passing socket_family in make_client, via `2-#110`_.

.. _2-#103: https://github.com/Thriftpy/thriftpy2/pull/103
.. _2-#108: https://github.com/Thriftpy/thriftpy2/pull/108
.. _2-#109: https://github.com/Thriftpy/thriftpy2/pull/109
.. _2-#110: https://github.com/Thriftpy/thriftpy2/pull/110


Version 0.4.9
-------------

Released on November 27, 2019.

- Fix unexpected data length in aio buffer transport, via `2-#102`_.
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.9'
__version__ = '0.4.10'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit 90b9177

Please sign in to comment.