Skip to content

Commit a349a6b

Browse files
authored
fix: 修复 blue-krill poetry.lock 文件 (TencentBlueKing#218)
1 parent c385619 commit a349a6b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

sdks/blue-krill/CHANGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change logs
22

3-
### 2.1.1
3+
### 2.1.2
44
- Feature: BKRepoManager 新增参数 tenant_id,传了该参数则添加请求头:X-Bk-Tenant-Id
55
- Feature: BKRepoManager.create_project 的参数 project 修改为:project_name
66

sdks/blue-krill/blue_krill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# We undertake not to change the open source license (MIT license) applicable
1616
# to the current version of the project delivered to anyone in the future.
1717

18-
__version__ = "2.1.1"
18+
__version__ = "2.1.2"

sdks/blue-krill/poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/blue-krill/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "blue-krill"
99
description = "Tools and common packages for blueking PaaS platform."
1010
requires-python = ">=3.9,<3.12"
1111
license = "MIT"
12-
version = "2.1.1"
12+
version = "2.1.2"
1313
# classifieres is dynamic because we want to create Python classifiers automatically
1414
dynamic = ["classifiers"]
1515
readme = "README.md"

0 commit comments

Comments
 (0)