Skip to content

Commit

Permalink
Merge pull request #86 from Thriftpy/release/0.4.6
Browse files Browse the repository at this point in the history
Bump to 0.4.6
  • Loading branch information
ethe authored Sep 24, 2019
2 parents 7eaa5ef + e670601 commit 656efa2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Changelog

0.4.x
~~~~~
Version 0.4.6
-------------

Released on September 24, 2019.

- Follow strict datatype in TJsonProtocol, via `2-#85`_.
- Add timeout support to asyncio contrib, via `2-#84`_.
- Enable socket_timeout on unix_socket, via `2-#83`_.
- Add url support as optional argument to make_client, via `2-#80`_.
- Enforce required arguments, fixes #72, via `2-#81`_.

.. _2-#80: https://github.com/Thriftpy/thriftpy2/pull/80
.. _2-#81: https://github.com/Thriftpy/thriftpy2/pull/81
.. _2-#83: https://github.com/Thriftpy/thriftpy2/pull/83
.. _2-#84: https://github.com/Thriftpy/thriftpy2/pull/84
.. _2-#85: https://github.com/Thriftpy/thriftpy2/pull/85



Version 0.4.5
-------------

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

0 comments on commit 656efa2

Please sign in to comment.