Skip to content

Commit

Permalink
Version Bump to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmeteor committed Apr 12, 2021
1 parent 6dc2ce5 commit 3856524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

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.

Supported Python Versions: >=3.6

Table of contents -
* [Installation](#Installation)
* [Initialization](#Initialization)
Expand Down
2 changes: 1 addition & 1 deletion imagekitio/constants/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Default(enum.Enum):
]
DEFAULT_TIMESTAMP = 9999999999
SDK_VERSION_PARAMETER = "ik-sdk-version"
SDK_VERSION = "python-2.2.6"
SDK_VERSION = "python-2.2.7"
TRANSFORMATION_PARAMETER = "tr"
CHAIN_TRANSFORM_DELIMITER = ":"
TRANSFORM_DELIMITER = ","
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="imagekitio",
version="2.2.6",
version="2.2.7",
description="Python wrapper for the ImageKit API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3856524

Please sign in to comment.