File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 6.1.3 (2024-10-03)
5
+ ------------------
6
+
7
+ * ignore jinja CVE by @lavigne958 in https://github.com/burnash/gspread/pull/1481
8
+ * Remove passing exception as args to super in APIError by @mike-flowers-airbnb in https://github.com/burnash/gspread/pull/1477
9
+ * better handler API error parsing. by @lavigne958 in https://github.com/burnash/gspread/pull/1510
10
+ * Add test on receiving an invalid JSON in the APIError exception handler. by @lavigne958 in https://github.com/burnash/gspread/pull/1512
11
+
4
12
6.1.2 (2024-05-17)
5
13
------------------
6
14
@@ -63,7 +71,7 @@ Release History
63
71
64
72
6.0.0 (2024-01-28)
65
73
------------------
66
-
74
+ New Contributor
67
75
* Remove deprecated method delete_row by @cgkoutzigiannis in https://github.com/burnash/gspread/pull/1062
68
76
* Initial typing in client.py by @OskarBrzeski in https://github.com/burnash/gspread/pull/1159
69
77
* Split client http client by @lavigne958 in https://github.com/burnash/gspread/pull/1190
Original file line number Diff line number Diff line change 1
1
"""Google Spreadsheets Python API"""
2
2
3
- __version__ = "6.1.2 "
3
+ __version__ = "6.1.3 "
4
4
__author__ = "Anton Burnashev"
5
5
6
6
You can’t perform that action at this time.
0 commit comments