Skip to content

Commit

Permalink
Release v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Oct 3, 2024
1 parent 5967ab7 commit 0c85a30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release History
===============

6.1.3 (2024-10-03)
------------------

* ignore jinja CVE by @lavigne958 in https://github.com/burnash/gspread/pull/1481
* Remove passing exception as args to super in APIError by @mike-flowers-airbnb in https://github.com/burnash/gspread/pull/1477
* better handler API error parsing. by @lavigne958 in https://github.com/burnash/gspread/pull/1510
* Add test on receiving an invalid JSON in the APIError exception handler. by @lavigne958 in https://github.com/burnash/gspread/pull/1512

6.1.2 (2024-05-17)
------------------

Expand Down Expand Up @@ -63,7 +71,7 @@ Release History

6.0.0 (2024-01-28)
------------------

New Contributor
* Remove deprecated method delete_row by @cgkoutzigiannis in https://github.com/burnash/gspread/pull/1062
* Initial typing in client.py by @OskarBrzeski in https://github.com/burnash/gspread/pull/1159
* Split client http client by @lavigne958 in https://github.com/burnash/gspread/pull/1190
Expand Down
2 changes: 1 addition & 1 deletion gspread/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Google Spreadsheets Python API"""

__version__ = "6.1.2"
__version__ = "6.1.3"
__author__ = "Anton Burnashev"


Expand Down

0 comments on commit 0c85a30

Please sign in to comment.