Skip to content

Commit

Permalink
Release v6.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lavigne <[email protected]>
  • Loading branch information
lavigne958 committed Oct 20, 2024
1 parent 623b32b commit 1e3564d
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.1.4 (2024-10-21)
------------------

* remove dependency on requests-2.27.0

6.1.3 (2024-10-03)
------------------

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.1.3"
__version__ = "6.1.4"
__author__ = "Anton Burnashev"


Expand Down

0 comments on commit 1e3564d

Please sign in to comment.