Skip to content

Commit cc7a64f

Browse files
committed
Release v6.2.1
1 parent 07cc03b commit cc7a64f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.rst

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

4+
6.2.1 (2025-05-14)
5+
------------------
6+
7+
* Fix public API auth snippet by @Jayy001 in https://github.com/burnash/gspread/pull/1545
8+
* Clarify the first step: authentication by @hraftery in https://github.com/burnash/gspread/pull/1546
9+
* Fix typo in community.rst by @s2t2 in https://github.com/burnash/gspread/pull/1547
10+
* rearrange flow to remove reference to `creds` by @alifeee in https://github.com/burnash/gspread/pull/1525
11+
* switch safety for pip-audit by @alifeee in https://github.com/burnash/gspread/pull/1551
12+
* Include the duplicate column names in error message by @NickCrews in https://github.com/burnash/gspread/pull/1548
13+
414
6.2.0 (2025-02-27)
515
------------------
616

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.2.0"
3+
__version__ = "6.2.1"
44
__author__ = "Anton Burnashev"
55

66

0 commit comments

Comments
 (0)