File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ This document presents a list of changes that break the existing functionality o
5757
5858### Breaking History:
5959
60- Changes from ` 2.2.8 -> 3.0.0 ` are listed below
60+ Changes from ` 2.2.8 -> 3.0.1 ` are listed below
6161
62621 . Throw an Error:
6363
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Default(enum.Enum):
99 QUERY_TRANSFORMATION_POSITION ,
1010 ]
1111 DEFAULT_TIMESTAMP = 9999999999
12- SDK_VERSION = "python-3.0.0 "
12+ SDK_VERSION = "python-3.0.1 "
1313 TRANSFORMATION_PARAMETER = "tr"
1414 CHAIN_TRANSFORM_DELIMITER = ":"
1515 TRANSFORM_DELIMITER = ","
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "imagekitio" ,
11- version = "3.0.0 " ,
11+ version = "3.0.1 " ,
1212 description = "Python wrapper for the ImageKit API" ,
1313 long_description = long_description ,
1414 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments