Skip to content

Commit

Permalink
Bump version v0.5.0rc2 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk authored Jun 18, 2024
1 parent cfe9096 commit c105b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ UNRELEASED
~~~~~~~~~~

- Fix an issue where loading a thrift file in a sub-thread will cause an error.
- Some typo fixes.

0.5.0
~~~~~
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.1rc1'
__version__ = '0.5.1rc2'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit c105b36

Please sign in to comment.