You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/04/25 04:15:28 UTC

[skywalking-python] branch draft-release-1.0.1 updated: Prepare for release

This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch draft-release-1.0.1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/draft-release-1.0.1 by this push:
     new 91f0a97  Prepare for release
91f0a97 is described below

commit 91f0a97368b91c86dd1f6096be8cedc9e2ca88d6
Author: Superskyyy (AWAY - OFFLINE) <Su...@outlook.com>
AuthorDate: Tue Apr 25 00:15:22 2023 -0400

    Prepare for release
---
 CHANGELOG.md   | 2 ++
 pyproject.toml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f5811a..ea12c56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 ## Change Logs
 
+### 1.1.0
+
 ### 1.0.1
 
 - Feature:
diff --git a/pyproject.toml b/pyproject.toml
index 27dbdbd..5833e70 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 
 [tool.poetry]
 name = "apache-skywalking"
-version = "1.0.0"
+version = "1.0.1"
 description = "The Python Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/profiling abilities for Python projects."
 license = "Apache-2.0"
 authors = ["Apache Software Foundation <de...@skywalking.apache.org>"]