We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4267229 commit 4a48fbdCopy full SHA for 4a48fbd
HISTORY.rst
@@ -1,6 +1,11 @@
1
Release History
2
===============
3
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
9
6.0.1 (2024-02-06)
10
------------------
11
gspread/__init__.py
@@ -1,6 +1,6 @@
"""Google Spreadsheets Python API"""
-__version__ = "6.0.1"
+__version__ = "6.0.2"
__author__ = "Anton Burnashev"
0 commit comments