Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gaussdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "gaussdb"
description = "GaussDB database adapter for Python"

# STOP AND READ! if you change:
version = "1.0.2"
version = "1.0.3"
# also change:
# - `docs/news.rst` to declare this as the current version or an unreleased one;
# - `gaussdb_c/pyproject.toml` to the same version;
Expand Down
2 changes: 1 addition & 1 deletion gaussdb_pool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "gaussdb-pool"
description = "Connection Pool for GaussDB"

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

Expand Down
2 changes: 1 addition & 1 deletion tools/isort-gaussdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "isort plug-in to sort imports by module length first"
# Note: to release a new version:
# python -m build -o dist --wheel .
# twine upload dist/isort_gaussdb-*-py3-none-any.whl
version = "0.0.4"
version = "0.0.5"

[project.urls]
Homepage = "https://github.com/HuaweiCloudDeveloper/gaussdb-python/"
Expand Down
Loading