Skip to content

Commit

Permalink
Release v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavigne958 committed Feb 14, 2024
1 parent 4267229 commit 4a48fbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

6.0.2 (2024-02-14)
------------------

* Fixup gspread client init arguments by @lavigne958 in https://github.com/burnash/gspread/pull/1412

6.0.1 (2024-02-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gspread/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Google Spreadsheets Python API"""

__version__ = "6.0.1"
__version__ = "6.0.2"
__author__ = "Anton Burnashev"


Expand Down

0 comments on commit 4a48fbd

Please sign in to comment.