Skip to content

Commit b11a399

Browse files
authored
Merge pull request #21 from pangpang20/master
Bump Package Versions for gaussdb, gaussdb_pool, and isort_gaussdb
2 parents d2365c3 + 3a1f380 commit b11a399

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gaussdb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gaussdb"
77
description = "GaussDB database adapter for Python"
88

99
# STOP AND READ! if you change:
10-
version = "1.0.2"
10+
version = "1.0.3"
1111
# also change:
1212
# - `docs/news.rst` to declare this as the current version or an unreleased one;
1313
# - `gaussdb_c/pyproject.toml` to the same version;

gaussdb_pool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gaussdb-pool"
77
description = "Connection Pool for GaussDB"
88

99
# STOP AND READ! if you change:
10-
version = "1.0.2"
10+
version = "1.0.3"
1111
# also change:
1212
# - `docs/news_pool.rst` to declare this version current or unreleased
1313

tools/isort-gaussdb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "isort plug-in to sort imports by module length first"
88
# Note: to release a new version:
99
# python -m build -o dist --wheel .
1010
# twine upload dist/isort_gaussdb-*-py3-none-any.whl
11-
version = "0.0.4"
11+
version = "0.0.5"
1212

1313
[project.urls]
1414
Homepage = "https://github.com/HuaweiCloudDeveloper/gaussdb-python/"

0 commit comments

Comments
 (0)