Skip to content

Commit 3856524

Browse files
committed
Version Bump to 2.2.7
1 parent 6dc2ce5 commit 3856524

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
ImageKit Python SDK allows you to use [image resizing](https://docs.imagekit.io/features/image-transformations), [optimization](https://docs.imagekit.io/features/image-optimization), [file uploading](https://docs.imagekit.io/api-reference/upload-file-api) and other [ImageKit APIs](https://docs.imagekit.io/api-reference/api-introduction) from applications written in the Python language.
1010

11+
Supported Python Versions: >=3.6
12+
1113
Table of contents -
1214
* [Installation](#Installation)
1315
* [Initialization](#Initialization)

imagekitio/constants/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Default(enum.Enum):
1010
]
1111
DEFAULT_TIMESTAMP = 9999999999
1212
SDK_VERSION_PARAMETER = "ik-sdk-version"
13-
SDK_VERSION = "python-2.2.6"
13+
SDK_VERSION = "python-2.2.7"
1414
TRANSFORMATION_PARAMETER = "tr"
1515
CHAIN_TRANSFORM_DELIMITER = ":"
1616
TRANSFORM_DELIMITER = ","

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="imagekitio",
11-
version="2.2.6",
11+
version="2.2.7",
1212
description="Python wrapper for the ImageKit API",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)