Skip to content

Commit 6905d63

Browse files
committed
bumped version; updated history
1 parent a52db70 commit 6905d63

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.2 (2020-04-06)
5+
------------------
6+
7+
* Fix Python 2 `SyntaxError` in models.py #751 (#752)
8+
9+
410
3.4.1 (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.1'
12+
__version__ = '3.4.2'
1313
__author__ = 'Anton Burnashev'
1414

1515

0 commit comments

Comments
 (0)