Skip to content

Commit 4a48fbd

Browse files
committed
Release v6.0.2
1 parent 4267229 commit 4a48fbd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

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

4+
6.0.2 (2024-02-14)
5+
------------------
6+
7+
* Fixup gspread client init arguments by @lavigne958 in https://github.com/burnash/gspread/pull/1412
8+
49
6.0.1 (2024-02-06)
510
------------------
611

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

66

0 commit comments

Comments
 (0)