Skip to content

Commit bcd95f7

Browse files
committed
bumped version; updated history
1 parent 96359a8 commit bcd95f7

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

HISTORY.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
Release History
22
===============
33

4+
3.2.0 (2020-01-30)
5+
------------------
6+
7+
* Fixed `gspread.utils.cell_list_to_rect()` on non-rect cell list (#613 by @skaparis)
8+
* Fixed sharing from Team Drives (#646 by @wooddar)
9+
* Fixed KeyError in list comprehension in `Spreadsheet.remove_permissions()` (#643 by @wooddar)
10+
* Fixed typos in docstrings and a docstring type param (#690 by @pedrovhb)
11+
* Clarified supported Python versions (#651 by @hugovk)
12+
* Fixed the Exception message in `APIError` class (#634 by @lordofinsomnia)
13+
* Fixed IndexError in `Worksheet.get_all_records()` (#633 by @AivanF)
14+
15+
* Added `Spreadsheet.values_batch_get()` (#705 by @aiguofer)
16+
17+
418
3.1.0 (2018-11-27)
519
------------------
620

721
* Dropped Python 2.6 support
822

9-
* Fixed KeyError in urllib.quote in Python 2 (#605, #558)
10-
* Fixed Worksheet.title being out of sync after using update_title (#542 by @ryanpineo)
23+
* Fixed `KeyError` in `urllib.quote` in Python 2 (#605, #558)
24+
* Fixed `Worksheet.title` being out of sync after using `update_title` (#542 by @ryanpineo)
1125
* Fix parameter typos in docs (#616 by @bryanallen22)
1226
* Miscellaneous docs fixes (#604 by @dgilman)
1327
* Fixed typo in docs (#591 by @davidefiocco)
@@ -16,7 +30,7 @@ Release History
1630
* Added `with_link` attribute when sharing / adding permissions (#621 by @epicfaace)
1731
* Added ability to duplicate a worksheet (#617)
1832
* Change default behaviour of numericise function #499 (#502 by @danthelion)
19-
* Added stacklevel=2 to deprecation warnings
33+
* Added `stacklevel=2` to deprecation warnings
2034

2135

2236
3.0.1 (2018-06-30)

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

1515

0 commit comments

Comments
 (0)