Skip to content

Commit 0c85a30

Browse files
committed
Release v6.1.3
1 parent 5967ab7 commit 0c85a30

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release History
22
===============
33

4+
6.1.3 (2024-10-03)
5+
------------------
6+
7+
* ignore jinja CVE by @lavigne958 in https://github.com/burnash/gspread/pull/1481
8+
* Remove passing exception as args to super in APIError by @mike-flowers-airbnb in https://github.com/burnash/gspread/pull/1477
9+
* better handler API error parsing. by @lavigne958 in https://github.com/burnash/gspread/pull/1510
10+
* Add test on receiving an invalid JSON in the APIError exception handler. by @lavigne958 in https://github.com/burnash/gspread/pull/1512
11+
412
6.1.2 (2024-05-17)
513
------------------
614

@@ -63,7 +71,7 @@ Release History
6371

6472
6.0.0 (2024-01-28)
6573
------------------
66-
74+
New Contributor
6775
* Remove deprecated method delete_row by @cgkoutzigiannis in https://github.com/burnash/gspread/pull/1062
6876
* Initial typing in client.py by @OskarBrzeski in https://github.com/burnash/gspread/pull/1159
6977
* Split client http client by @lavigne958 in https://github.com/burnash/gspread/pull/1190

gspread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Google Spreadsheets Python API"""
22

3-
__version__ = "6.1.2"
3+
__version__ = "6.1.3"
44
__author__ = "Anton Burnashev"
55

66

0 commit comments

Comments
 (0)