Skip to content

Commit

Permalink
fix: update blue-krill version to 2.0.6 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux authored Oct 12, 2024
1 parent 09d2277 commit 17a16b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sdks/blue-krill/CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change logs

### 2.0.6

- Fix: update urllib3 version

### 2.0.5

- Feature: support python 3.11
Expand Down
2 changes: 1 addition & 1 deletion sdks/blue-krill/blue_krill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
"""
__version__ = "2.0.5"
__version__ = "2.0.6"
2 changes: 1 addition & 1 deletion sdks/blue-krill/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blue-krill"
version = "2.0.5"
version = "2.0.6"
description = "Tools and common packages for blueking PaaS platform."
include = ["blue_krill/py.typed"]
readme = "README.md"
Expand Down

0 comments on commit 17a16b8

Please sign in to comment.