Skip to content

Commit

Permalink
Merge pull request #44 from ethe/master
Browse files Browse the repository at this point in the history
Bump to 0.4.2
  • Loading branch information
ethe committed Feb 25, 2019
2 parents e8065cf + ffa6330 commit c90804b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog
0.4.x
~~~~~

Version 0.4.2
-------------

Released on February 25, 2019.

- Fix parser handling out-of-order definition bugs, via `2-#41`_.

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

Version 0.4.1
-------------

Expand Down Expand Up @@ -69,7 +78,7 @@ Released on August 26, 2016.
- performance improvement by dynamically compile spec'd `__init__`
functions, via `#210`_ and `#227`_.
- performance improvement by refine cython encoding/decoding,
via `#211`_ and `#212_`.
via `#211`_ and `#212`_.

- bugfix for type error in `cast_byte` parser and improve include dirs
function, via `#214`_
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.1'
__version__ = '0.4.2'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit c90804b

Please sign in to comment.