Skip to content

Commit f4a3c35

Browse files
committed
Release v5.3.0
1 parent fe5bdc6 commit f4a3c35

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

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

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+
415
5.2.0 (2022-02-27)
516
------------------
617
* Copy comments when during spreadsheet copy by @lavigne958 in https://github.com/burnash/gspread/pull/979

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__ = "5.2.0"
12+
__version__ = "5.3.0"
1313
__author__ = "Anton Burnashev"
1414

1515

0 commit comments

Comments
 (0)