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

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 90ce69ae7a9 Add release note for Python client 3.6.1 (#992)
90ce69ae7a9 is described below

commit 90ce69ae7a9194bf62d2f3a51331afe4e5e1834b
Author: Yunze Xu <[email protected]>
AuthorDate: Thu Mar 6 18:51:58 2025 +0800

    Add release note for Python client 3.6.1 (#992)
---
 data/release-python.js                         |  3 ++-
 release-notes/versioned/client-python-3.6.1.md | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/data/release-python.js b/data/release-python.js
index f94d2d2e01e..d109d5b4430 100644
--- a/data/release-python.js
+++ b/data/release-python.js
@@ -1,5 +1,6 @@
 module.exports = [
-{tagName: 
"v3.6.0",vtag:"3.6.x",releaseNotes:"/release-notes/versioned/client-python-3.6.0/",doc:"/docs/client-libraries-python",version:"v3.6.x"},
+{tagName: 
"v3.6.1",vtag:"3.6.x",releaseNotes:"/release-notes/versioned/client-python-3.6.1/",doc:"/docs/client-libraries-python",version:"v3.6.x"},
+{tagName: 
"v3.6.0",vtag:"3.6.x",releaseNotes:"/release-notes/versioned/client-python-3.6.0/",doc:"/docs/client-libraries-python",version:""},
 {tagName: 
"v3.5.0",vtag:"3.5.x",releaseNotes:"/release-notes/versioned/client-python-3.5.0/",doc:"/docs/client-libraries-python",version:"v3.5.x"},
 {tagName: 
"v3.4.0",vtag:"3.4.x",releaseNotes:"/release-notes/versioned/client-python-3.4.0/",doc:"/docs/client-libraries-python",version:"v3.4.x"},
 {tagName: 
"v3.3.0",vtag:"3.3.x",releaseNotes:"/release-notes/versioned/client-python-3.3.0/",doc:"/docs/client-libraries-python",version:"v3.3.x"},
diff --git a/release-notes/versioned/client-python-3.6.1.md 
b/release-notes/versioned/client-python-3.6.1.md
new file mode 100644
index 00000000000..6ef599af1fb
--- /dev/null
+++ b/release-notes/versioned/client-python-3.6.1.md
@@ -0,0 +1,10 @@
+---
+id: client-python-3.6.1
+title: Client Python 3.6.1
+sidebar_label: Client Python 3.6.1
+---
+
+## What's Changed
+* Fix conflicts with other python libraries due to static link to libstdc++ by 
@BewareMyPower in https://github.com/apache/pulsar-client-python/pull/244
+
+**Full Changelog**: 
https://github.com/apache/pulsar-client-python/compare/v3.6.0...v3.6.1

Reply via email to