Skip to content

Commit

Permalink
Bump version 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Feb 27, 2024
1 parent 5b0bf92 commit 42eb038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
0.4.x
~~~~~

Version 0.4.19
--------------

- Fix a compatibility issue with legacy Python.

Version 0.4.18
--------------

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

0 comments on commit 42eb038

Please sign in to comment.