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 376e41c commit 70ec1f7Copy full SHA for 70ec1f7
HISTORY.rst
@@ -1,6 +1,11 @@
1
Release History
2
===============
3
4
+3.3.1 (2020-04-01)
5
+------------------
6
+
7
+* Support old and new collections.abc.Sequence (#745 by @timgates42)
8
9
3.3.0 (2020-03-12)
10
------------------
11
gspread/__init__.py
@@ -9,7 +9,7 @@
"""
12
-__version__ = '3.3.0'
+__version__ = '3.3.1'
13
__author__ = 'Anton Burnashev'
14
15
0 commit comments