Skip to content

Commit 5430cb5

Browse files
committed
bumped version; updated history
1 parent 7ca3db0 commit 5430cb5

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+
3.4.1 (2020-04-05)
5+
------------------
6+
7+
* Fix `TypeError` when using gspread in google colab (#750)
8+
9+
410
3.4.0 (2020-04-05)
511
------------------
612

gspread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111

12-
__version__ = '3.4.0'
12+
__version__ = '3.4.1'
1313
__author__ = 'Anton Burnashev'
1414

1515

0 commit comments

Comments
 (0)