From aea8045a1cf069f93cf216e0de15a24f102f99e8 Mon Sep 17 00:00:00 2001 From: AN Long Date: Mon, 24 Jun 2024 21:16:25 +0800 Subject: [PATCH 1/2] Bump version 0.5.1 --- CHANGES.rst | 6 ++++-- thriftpy2/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4db0b06..4a92650 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,10 @@ Changelog ========= -UNRELEASED -~~~~~~~~~~ +0.5.1 +----- + +Released on Jun 24, 2024. - Fix an issue where loading a thrift file in a sub-thread will cause an error. - Some typo fixes. diff --git a/thriftpy2/__init__.py b/thriftpy2/__init__.py index ec5007c..7263ff6 100644 --- a/thriftpy2/__init__.py +++ b/thriftpy2/__init__.py @@ -5,7 +5,7 @@ from .hook import install_import_hook, remove_import_hook from .parser import load, load_module, load_fp -__version__ = '0.5.1rc2' +__version__ = '0.5.1' __python__ = sys.version_info __all__ = ["install_import_hook", "remove_import_hook", "load", "load_module", "load_fp"] From 6715f8d5e5783c654513e50be86eefe1ec237ceb Mon Sep 17 00:00:00 2001 From: AN Long Date: Mon, 24 Jun 2024 21:17:40 +0800 Subject: [PATCH 2/2] fix changelog --- CHANGES.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4a92650..be8a2f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,17 @@ Changelog ========= -0.5.1 ------ +0.5.x +~~~~~ + +Version0.5.1 +------------ Released on Jun 24, 2024. - Fix an issue where loading a thrift file in a sub-thread will cause an error. - Some typo fixes. -0.5.0 -~~~~~ - Version 0.5.0 -------------