Skip to content

Commit f0a8779

Browse files
committed
Release v6.0.1
closes #1400 Signed-off-by: Alexandre Lavigne <[email protected]>
1 parent 591a93d commit f0a8779

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.rst

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Release History
22
===============
33

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+
417
6.0.0 (2024-01-28)
518
------------------
619

gspread/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Google Spreadsheets Python API"""
22

3-
__version__ = "6.0.0"
3+
__version__ = "6.0.1"
44
__author__ = "Anton Burnashev"
55

66

0 commit comments

Comments
 (0)