Skip to content

Commit 64e681a

Browse files
authored
Merge pull request #84 from imagekit-developer/release-please--branches--master--changes--next
release: 5.5.1
2 parents 26db0c7 + bba3ead commit 64e681a

5 files changed

Lines changed: 14 additions & 5 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.5.0"
2+
".": "5.5.1"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 48
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc/imagekit-ad6dd3b4acf289708568a12574b997503059a47c4a4ca5ffefe64f40f3d3dbf3.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc/imagekit-01267e4c07ec30011b8445babed88fbd2133b65198f42d0310b7ab39c74751d4.yml
33
openapi_spec_hash: 7c103e2dff0edcbeea82057e62f58d4d
4-
config_hash: 94f48fd13b7d41b8b6a203a3a8cee9ed
4+
config_hash: 7ef70b333059ca21bef0f0a6d4cbb282

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.5.1 (2026-05-17)
4+
5+
Full Changelog: [v5.5.0...v5.5.1](https://github.com/imagekit-developer/imagekit-python/compare/v5.5.0...v5.5.1)
6+
7+
### Chores
8+
9+
* trigger build ([ae54bfc](https://github.com/imagekit-developer/imagekit-python/commit/ae54bfcda1d717f8e23b90ba4f9f3407739458e3))
10+
* trigger build for test ([ac69401](https://github.com/imagekit-developer/imagekit-python/commit/ac6940190c1896d465eb5c6b88e71ffdd0ec02d6))
11+
312
## 5.5.0 (2026-05-13)
413

514
Full Changelog: [v5.4.0...v5.5.0](https://github.com/imagekit-developer/imagekit-python/compare/v5.4.0...v5.5.0)

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.5.0"
3+
version = "5.5.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.5.0" # x-release-please-version
4+
__version__ = "5.5.1" # x-release-please-version

0 commit comments

Comments
 (0)