File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 5.3.0 (2022-03-28)
5
+ ------------------
6
+ * Feature/rework test cassettes recording by @lavigne958 in https://github.com/burnash/gspread/pull/1004
7
+ * add method list protected ranges by @lavigne958 in https://github.com/burnash/gspread/pull/1008
8
+ * Add new methods to add/list/delete dimensionGroups by @lavigne958 in https://github.com/burnash/gspread/pull/1010
9
+ * Add method to hide rows/columns by @lavigne958 in https://github.com/burnash/gspread/pull/1012
10
+ * Add ability to rename Spreadsheets (via a new Spreadsheet.update_title) by @jansim in https://github.com/burnash/gspread/pull/1013
11
+
12
+ ## New Contributors
13
+ * @jansim made their first contribution in https://github.com/burnash/gspread/pull/1013
14
+
4
15
5.2.0 (2022-02-27)
5
16
------------------
6
17
* Copy comments when during spreadsheet copy by @lavigne958 in https://github.com/burnash/gspread/pull/979
Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
12
- __version__ = "5.2 .0"
12
+ __version__ = "5.3 .0"
13
13
__author__ = "Anton Burnashev"
14
14
15
15
You can’t perform that action at this time.
0 commit comments