We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52db70 commit 6905d63Copy full SHA for 6905d63
2 files changed
HISTORY.rst
@@ -1,6 +1,12 @@
1
Release History
2
===============
3
4
+3.4.2 (2020-04-06)
5
+------------------
6
+
7
+* Fix Python 2 `SyntaxError` in models.py #751 (#752)
8
9
10
3.4.1 (2020-04-05)
11
------------------
12
gspread/__init__.py
@@ -9,7 +9,7 @@
"""
-__version__ = '3.4.1'
+__version__ = '3.4.2'
13
__author__ = 'Anton Burnashev'
14
15
0 commit comments