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 023adec commit 77be563Copy full SHA for 77be563
HISTORY.rst
@@ -1,6 +1,13 @@
1
Release History
2
===============
3
4
+0.4.0 (2016-06-30)
5
+
6
+* Use request session's connection pool in HTTPSession
7
8
+* Removed deprecated ClientLogin
9
10
11
0.3.0 (2015-12-15)
12
------------------
13
gspread/__init__.py
@@ -8,7 +8,7 @@
"""
-__version__ = '0.3.0'
+__version__ = '0.4.0'
__author__ = 'Anton Burnashev'
14
0 commit comments