Skip to content

Commit 9fa3182

Browse files
authored
chore: update version to 2.0.3 (#249)
1 parent 11d8b17 commit 9fa3182

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

sdks/bk-storages/CHANGE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Change logs
22

3-
### 2.0.2
3+
### 2.0.3
44

55
- 修复 `BKGenericRepoClient` 不支持 endpoint_url 带子路径的问题
6+
- 升级 poetry 版本到 2.1.1
67

78
### 2.0.1
89

sdks/bk-storages/bkstorages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
"""
11-
__version__ = "2.0.2"
11+
__version__ = "2.0.3"

sdks/bk-storages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ classifiers = [
77

88
[project]
99
name = "bkstorages"
10-
version = "2.0.2"
10+
version = "2.0.3"
1111
description = "File storage backends for blueking PaaS platform"
1212
readme = "README.md"
1313
authors = [{ name = "blueking", email = "blueking@tencent.com" }]

0 commit comments

Comments
 (0)