Skip to content

Commit 17a16b8

Browse files
authored
fix: update blue-krill version to 2.0.6 (TencentBlueKing#188)
1 parent 09d2277 commit 17a16b8

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

sdks/blue-krill/CHANGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change logs
22

3+
### 2.0.6
4+
5+
- Fix: update urllib3 version
6+
37
### 2.0.5
48

59
- Feature: support python 3.11

sdks/blue-krill/blue_krill/__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.5"
11+
__version__ = "2.0.6"

sdks/blue-krill/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "blue-krill"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
description = "Tools and common packages for blueking PaaS platform."
55
include = ["blue_krill/py.typed"]
66
readme = "README.md"

0 commit comments

Comments
 (0)