File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "gaussdb"
77description = " 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;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "gaussdb-pool"
77description = " 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
Original file line number Diff line number Diff 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 ]
1414Homepage = " https://github.com/HuaweiCloudDeveloper/gaussdb-python/"
You can’t perform that action at this time.
0 commit comments