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 05:00:44 UTC

[skywalking-python] branch master updated: Prepare for 1.0.1 release (#304)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c90e28c  Prepare for 1.0.1 release (#304)
c90e28c is described below

commit c90e28cba6dff3ac34f0ce7b8fa9291ed3106e3f
Author: Superskyyy (AWAY - OFFLINE) <Su...@outlook.com>
AuthorDate: Tue Apr 25 01:00:39 2023 -0400

    Prepare for 1.0.1 release (#304)
---
 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>"]