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"
7
7
description = " GaussDB database adapter for Python"
8
8
9
9
# STOP AND READ! if you change:
10
- version = " 1.0.2 "
10
+ version = " 1.0.3 "
11
11
# also change:
12
12
# - `docs/news.rst` to declare this as the current version or an unreleased one;
13
13
# - `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"
7
7
description = " Connection Pool for GaussDB"
8
8
9
9
# STOP AND READ! if you change:
10
- version = " 1.0.2 "
10
+ version = " 1.0.3 "
11
11
# also change:
12
12
# - `docs/news_pool.rst` to declare this version current or unreleased
13
13
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"
8
8
# Note: to release a new version:
9
9
# python -m build -o dist --wheel .
10
10
# twine upload dist/isort_gaussdb-*-py3-none-any.whl
11
- version = " 0.0.4 "
11
+ version = " 0.0.5 "
12
12
13
13
[project .urls ]
14
14
Homepage = " https://github.com/HuaweiCloudDeveloper/gaussdb-python/"
You can’t perform that action at this time.
0 commit comments