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 255cf84 commit abb8b10Copy full SHA for abb8b10
HISTORY.rst
@@ -1,6 +1,12 @@
1
Release History
2
===============
3
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
10
6.1.1 (2024-05-16)
11
------------------
12
gspread/__init__.py
@@ -1,6 +1,6 @@
"""Google Spreadsheets Python API"""
-__version__ = "6.1.1"
+__version__ = "6.1.2"
__author__ = "Anton Burnashev"
0 commit comments