File tree 2 files changed +14
-1
lines changed
2 files changed +14
-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-02-06)
5
+ ------------------
6
+
7
+ * Allow client to use external Session object by @lavigne958 in https://github.com/burnash/gspread/pull/1384
8
+ * Remove-py-3.7-support by @alifeee in https://github.com/burnash/gspread/pull/1396
9
+ * bugfix/client export by @lavigne958 in https://github.com/burnash/gspread/pull/1392
10
+ * Fix oauth flow typo by @alifeee in https://github.com/burnash/gspread/pull/1397
11
+ * check oauth creds type using `isinstance ` by @alifeee in https://github.com/burnash/gspread/pull/1398
12
+ * Fix type hints at find method in worksheet.py by @deftfitf in https://github.com/burnash/gspread/pull/1407
13
+ * Fixup get empty cell value is `None ` by @lavigne958 in https://github.com/burnash/gspread/pull/1404
14
+ * Fix missing attribute `spreadsheet ` in `Worksheet `. by @lavigne958 in https://github.com/burnash/gspread/pull/1402
15
+ * update migration guide by @alifeee in https://github.com/burnash/gspread/pull/1409
16
+
4
17
6.0.0 (2024-01-28)
5
18
------------------
6
19
Original file line number Diff line number Diff line change 1
1
"""Google Spreadsheets Python API"""
2
2
3
- __version__ = "6.0.0 "
3
+ __version__ = "6.0.1 "
4
4
__author__ = "Anton Burnashev"
5
5
6
6
You can’t perform that action at this time.
0 commit comments