We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2795be2 commit e93d4ddCopy full SHA for e93d4dd
2 files changed
HISTORY.rst
@@ -1,6 +1,11 @@
1
Release History
2
===============
3
4
+0.6.1 (2016-12-20)
5
+------------------
6
+
7
+* Fixed error when inserting permissions #431
8
9
0.6.0 (2016-12-15)
10
------------------
11
gspread/__init__.py
@@ -8,7 +8,7 @@
"""
-__version__ = '0.6.0'
+__version__ = '0.6.1'
12
__author__ = 'Anton Burnashev'
13
14
0 commit comments