This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch rel/0.6.0 in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
commit d4a77633fd86354db989169e08cd401578fcdf1a Author: kezhenxu94 <[email protected]> AuthorDate: Fri Mar 26 14:40:09 2021 +0800 chore: bump up version and draft release note --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b204c44..4747ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Change Logs +### 0.6.0 + +- Fixes: + - Segment data loss when gRPC timing out. (#116) + - `sw_tornado` plugin async handler status set correctly. (#115) + - `sw_pymysql` error when connection haven't db. (#113) + ### 0.5.0 - New plugins diff --git a/setup.py b/setup.py index 295dd5c..c7a9086 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ README = (HERE / "README.md").read_text() setup( name="apache-skywalking", - version="0.5.0", + version="0.6.0", description="Python Agent for Apache SkyWalking", long_description=README, long_description_content_type="text/markdown",
