From c14fc4fa8fc7aa195030b258e2010346c24b5731 Mon Sep 17 00:00:00 2001 From: zhanghaitao3 <1085912315@qq.com> Date: Wed, 26 Nov 2025 10:59:28 +0800 Subject: [PATCH 1/3] Release version v0.31.0 --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 99ca3655..760b6fc6 100644 --- a/README.rst +++ b/README.rst @@ -47,9 +47,6 @@ If you need GSSAPI/SSPI authentication, use:: $ pip install 'async-gaussdb[gssauth]' -For more details, please `see the documentation -`_. - Basic Usage ----------- @@ -109,5 +106,5 @@ This library includes enhanced support for GaussDB and openGauss databases: asyncio.run(run()) -asyncpg is developed and distributed under the Apache 2.0 license +async-gaussdb is developed and distributed under the Apache 2.0 license by MagicStack Inc. and the HuaweiCloudDeveloper team. From 348e50fa5356dd553502657d028b717521fa9f7e Mon Sep 17 00:00:00 2001 From: zhanghaitao3 <1085912315@qq.com> Date: Wed, 26 Nov 2025 11:34:01 +0800 Subject: [PATCH 2/3] Release version v0.31.0 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 760b6fc6..e516b5b6 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Basic Usage asyncio.run(run()) -GaussDB/openGauss Specific Features +GaussDB/openGauss Specific Features ----------------------------------- This library includes enhanced support for GaussDB and openGauss databases: From dda7bf718d4ff3d689bfff9dc0dd2cd7a84f8809 Mon Sep 17 00:00:00 2001 From: zhanghaitao3 <1085912315@qq.com> Date: Wed, 26 Nov 2025 12:18:48 +0800 Subject: [PATCH 3/3] Release version v0.31 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e516b5b6..12e8602e 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ exposes its features directly, optimized for enterprise database environments: * **openGauss compatibility** - Comprehensive test suite and error handling * **Enterprise features** - Optimized for production GaussDB environments - + Installation ------------