File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
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
+
4
18
3.1.0 (2018-11-27)
5
19
------------------
6
20
7
21
* Dropped Python 2.6 support
8
22
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)
11
25
* Fix parameter typos in docs (#616 by @bryanallen22)
12
26
* Miscellaneous docs fixes (#604 by @dgilman)
13
27
* Fixed typo in docs (#591 by @davidefiocco)
@@ -16,7 +30,7 @@ Release History
16
30
* Added `with_link ` attribute when sharing / adding permissions (#621 by @epicfaace)
17
31
* Added ability to duplicate a worksheet (#617)
18
32
* Change default behaviour of numericise function #499 (#502 by @danthelion)
19
- * Added stacklevel=2 to deprecation warnings
33
+ * Added ` stacklevel=2 ` to deprecation warnings
20
34
21
35
22
36
3.0.1 (2018-06-30)
Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
12
- __version__ = '3.1 .0'
12
+ __version__ = '3.2 .0'
13
13
__author__ = 'Anton Burnashev'
14
14
15
15
You can’t perform that action at this time.
0 commit comments