Skip to content

Commit

Permalink
Merge pull request #78 from Thriftpy/release/0.4.5
Browse files Browse the repository at this point in the history
Bump to 0.4.5
  • Loading branch information
ethe authored Aug 27, 2019
2 parents 61ad54e + fbec474 commit f4aa812
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changelog

0.4.x
~~~~~
Version 0.4.5
-------------

Released on August 27, 2019.

- Support kwargs style parameters passing in TSimpleServer, via `2-#67`_.
- Fix #65 allow double const to ommit integer part, via `2-#66`_.

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


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

0 comments on commit f4aa812

Please sign in to comment.