Skip to content

Commit abb8b10

Browse files
committed
Release v6.1.2
Signed-off-by: Alexandre Lavigne <[email protected]>
1 parent 255cf84 commit abb8b10

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

4+
6.1.2 (2024-05-17)
5+
------------------
6+
7+
* add note about runnings tests to contrib guide by @alifeee in https://github.com/burnash/gspread/pull/1465
8+
* Some updates on `get_notes` by @nbwzx in https://github.com/burnash/gspread/pull/1461
9+
410
6.1.1 (2024-05-16)
511
------------------
612

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

66

0 commit comments

Comments
 (0)