File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 1.19.1 / 2019-12-08
3+ ===================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Add ` Python 3.8 ` support
9+ * Add ` Django 3.0 ` support
10+ * Add ` verify_api_response_signature ` and ` verify_notification_signature ` util functions
11+
12+ Other Changes
13+ -------------
14+
15+ * Fix ` normalize_expression ` to ignore predefined variables
16+
2171.18.2 / 2019-10-10
318===================
419
Original file line number Diff line number Diff line change 3434SHARED_CDN = AKAMAI_SHARED_CDN
3535CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
3636
37- VERSION = "1.18.2 "
37+ VERSION = "1.19.1 "
3838
3939USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
4040""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 11from setuptools import find_packages , setup
22
3- version = "1.18.2 "
3+ version = "1.19.1 "
44
55with open ('README.rst' ) as file :
66 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments