Skip to content

Commit 37e7fb6

Browse files
committed
release: 5.8.1
1 parent 85d2edf commit 37e7fb6

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.8.0"
2+
".": "5.8.1"
33
}

CHANGELOG.md

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

3+
## [5.8.1](https://github.com/imagekit-developer/imagekit-python/compare/v5.8.0...v5.8.1) (2026-07-23)
4+
5+
6+
### Chores
7+
8+
* update branch names in workflow and delete promote workflow ([1753b17](https://github.com/imagekit-developer/imagekit-python/commit/1753b17e626783768c8fd05dd3e4bae58c7eb3a1))
9+
* update default branch name to main ([85d2edf](https://github.com/imagekit-developer/imagekit-python/commit/85d2edfcef1e66229f509e356ee459646cab3074))
10+
* update mypy configuration to exclude additional files and prevent crashes from cyclic TypedDicts ([7f3623f](https://github.com/imagekit-developer/imagekit-python/commit/7f3623f39401f0fb61fd00c6cccc8fdea0840cd7))
11+
312
## [5.8.0](https://github.com/imagekit-developer/imagekit-python/compare/v5.7.0...v5.8.0) (2026-07-14)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "imagekitio"
3-
version = "5.8.0"
3+
version = "5.8.1"
44
description = "The official Python library for the ImageKit API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/imagekitio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "imagekitio"
4-
__version__ = "5.8.0" # x-release-please-version
4+
__version__ = "5.8.1" # x-release-please-version

0 commit comments

Comments
 (0)