Skip to content

Commit

Permalink
Bump to 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zi-Xing Guo committed Oct 13, 2020
1 parent a8b7873 commit 17a66b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changelog

0.4.x
~~~~~
Version 0.4.12
-------------

Released on Oct 13, 2020.

- Support include files with dot in name, via `2-#125`_.

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


Version 0.4.11
-------------

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

0 comments on commit 17a66b5

Please sign in to comment.