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 37d6e1f commit 7cdddacCopy full SHA for 7cdddac
HISTORY.rst
@@ -1,6 +1,20 @@
1
Release History
2
===============
3
4
+3.6.0 (2020-04-30)
5
+------------------
6
+
7
+* Add `Worksheet.insert_rows()` (#734 by @tr-fi)
8
9
+* Add `Worksheet.copy_to()` (#758 by @JoachimKoenigslieb)
10
11
+* Add ability to create cell instance using A1 notation (#765 by @tivaliy)
12
13
+* Add `auth.service_account()` (#768)
14
15
+* Add Authlib usage (#552 by @lepture)
16
17
18
3.5.0 (2020-04-23)
19
------------------
20
gspread/__init__.py
@@ -9,7 +9,7 @@
"""
-__version__ = '3.5.0'
+__version__ = '3.6.0'
__author__ = 'Anton Burnashev'
0 commit comments