Skip to content

Commit 7cdddac

Browse files
committed
bumped version; updated history
1 parent 37d6e1f commit 7cdddac

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release History
22
===============
33

4+
3.6.0 (2020-04-30)
5+
------------------
6+
7+
* Add `Worksheet.insert_rows()` (#734 by @tr-fi)
8+
9+
* Add `Worksheet.copy_to()` (#758 by @JoachimKoenigslieb)
10+
11+
* Add ability to create cell instance using A1 notation (#765 by @tivaliy)
12+
13+
* Add `auth.service_account()` (#768)
14+
15+
* Add Authlib usage (#552 by @lepture)
16+
17+
418
3.5.0 (2020-04-23)
519
------------------
620

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.5.0'
12+
__version__ = '3.6.0'
1313
__author__ = 'Anton Burnashev'
1414

1515

0 commit comments

Comments
 (0)