Skip to content

Commit f251def

Browse files
committed
bumped version; updated history
1 parent 7fe936a commit f251def

36 files changed

Lines changed: 42861 additions & 2405 deletions

HISTORY.rst

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

4+
3.3.0 (2020-03-12)
5+
------------------
6+
7+
* Added `Spreadsheet.values_batch_update()` (#731)
8+
* Added:
9+
* `Worksheet.get()`
10+
* `Worksheet.batch_get()`
11+
* `Worksheet.update()`
12+
* `Worksheet.batch_update()`
13+
* `Worksheet.format()`
14+
15+
* Added more parameters to `Worksheet.append_row()` (#726)
16+
* Fix usage of client.openall when a title is passed in (#572 by @aiguofer)
17+
18+
419
3.2.0 (2020-01-30)
520
------------------
621

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

1515

0 commit comments

Comments
 (0)