File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.37.0 / 2023-12-03
2+ ==================
3+
4+ New functionality and features
5+ ------------------------------
6+
7+ * Add support for ` fields ` parameter in Search and Admin APIs
8+
9+ Other Changes
10+ -------------
11+
12+ * Fix special characters encoding in ` fetch ` overlays
13+ * Migrate to ` pyproject.toml `
14+
1151.36.0 / 2023-10-02
216==================
317
Original file line number Diff line number Diff line change 3838URI_SCHEME = "cloudinary"
3939API_VERSION = "v1_1"
4040
41- VERSION = "1.36 .0"
41+ VERSION = "1.37 .0"
4242
4343_USER_PLATFORM_DETAILS = "; " .join ((platform (), "Python {}" .format (python_version ())))
4444
Original file line number Diff line number Diff line change 11[project ]
22name = " cloudinary"
33description = " Python and Django SDK for Cloudinary"
4- version = " 1.36 .0"
4+ version = " 1.37 .0"
55
66authors = [{ name = " Cloudinary" , email = " info@cloudinary.com" }]
77license = { file = " LICENSE.txt" }
Original file line number Diff line number Diff line change 1313else :
1414 # Following code is legacy (Python 2.7 compatibiltiy) and will be removed in the future!
1515 # TODO: Remove in next major update (when dropping Python 2.7 compatibility)
16- version = "1.36 .0"
16+ version = "1.37 .0"
1717
1818 with open ('README.md' ) as file :
1919 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments