Skip to content

Commit

Permalink
Bump version 0.5.2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Jun 28, 2024
1 parent e4baaf5 commit 87c7687
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ Changelog
0.5.x
~~~~~

Version0.5.1
------------
UNRELEASED
----------

- Fix an issue where loading a thrift file in a sub-thread will cause an error with ``load_fp``.


Version 0.5.1
-------------

Released on Jun 24, 2024.

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

0 comments on commit 87c7687

Please sign in to comment.