Skip to content

Commit 29f1066

Browse files
committed
Release v6.1.0
Signed-off-by: Alexandre Lavigne <[email protected]>
1 parent 909ab89 commit 29f1066

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Release History
22
===============
33

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+
423
6.0.2 (2024-02-14)
524
------------------
625

gspread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Google Spreadsheets Python API"""
22

3-
__version__ = "6.0.2"
3+
__version__ = "6.1.0"
44
__author__ = "Anton Burnashev"
55

66

0 commit comments

Comments
 (0)