File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 6.0.1 (2024-03-28)
5
+ ------------------
6
+
7
+ * Add py.typed marker by @lavigne958 in https://github.com/burnash/gspread/pull/1422
8
+ * Improve back-off client by @lavigne958 in https://github.com/burnash/gspread/pull/1415
9
+ * Add new auth method API key by @lavigne958 in https://github.com/burnash/gspread/pull/1428
10
+ * Bugfix/add set timeout by @lavigne958 in https://github.com/burnash/gspread/pull/1417
11
+ * Fix wrapper `cast_to_a1_notation ` by @lavigne958 in https://github.com/burnash/gspread/pull/1427
12
+ * Bump bandit from 1.7.5 to 1.7.8 by @dependabot in https://github.com/burnash/gspread/pull/1433
13
+ * Bump mypy from 1.6.1 to 1.9.0 by @dependabot in https://github.com/burnash/gspread/pull/1432
14
+ * Bump typing-extensions from 4.8.0 to 4.10.0 by @dependabot in https://github.com/burnash/gspread/pull/1424
15
+ * Bump flake8 from 5.0.4 to 7.0.0 by @dependabot in https://github.com/burnash/gspread/pull/1375
16
+ * fix error message readability by @imrehg in https://github.com/burnash/gspread/pull/1435
17
+ * Add missing method `import_csv() ` by @lavigne958 in https://github.com/burnash/gspread/pull/1426
18
+ * update readme examples by @alifeee in https://github.com/burnash/gspread/pull/1431
19
+ * Add user friendly message when we can't override a test cassette by @lavigne958 in https://github.com/burnash/gspread/pull/1438
20
+ * Allow "warning" type protected ranges by @alifeee in https://github.com/burnash/gspread/pull/1439
21
+ * Improve README and documentation with value render options by @lavigne958 in https://github.com/burnash/gspread/pull/1446
22
+
4
23
6.0.2 (2024-02-14)
5
24
------------------
6
25
Original file line number Diff line number Diff line change 1
1
"""Google Spreadsheets Python API"""
2
2
3
- __version__ = "6.0.2 "
3
+ __version__ = "6.1.0 "
4
4
__author__ = "Anton Burnashev"
5
5
6
6
You can’t perform that action at this time.
0 commit comments