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 7ca3db0 commit 5430cb5Copy full SHA for 5430cb5
HISTORY.rst
@@ -1,6 +1,12 @@
1
Release History
2
===============
3
4
+3.4.1 (2020-04-05)
5
+------------------
6
+
7
+* Fix `TypeError` when using gspread in google colab (#750)
8
9
10
3.4.0 (2020-04-05)
11
------------------
12
gspread/__init__.py
@@ -9,7 +9,7 @@
"""
-__version__ = '3.4.0'
+__version__ = '3.4.1'
13
__author__ = 'Anton Burnashev'
14
15
0 commit comments