Skip to content

Commit 53697fc

Browse files
committed
Release v5.2.0
Release version 5.2.0, use new changelog format. Use the changelog format generated by github.com release page `auto-generate release notes`.
1 parent effe1fd commit 53697fc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

HISTORY.rst

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

4+
5.2.0 (2022-02-27)
5+
------------------
6+
* Copy comments when during spreadsheet copy by @lavigne958 in https://github.com/burnash/gspread/pull/979
7+
* Update user-guide.rst by @maky-hnou in https://github.com/burnash/gspread/pull/980
8+
* merge setup test cassettes by @lavigne958 in https://github.com/burnash/gspread/pull/982
9+
* Feature/add header validation get all records by @lavigne958 in https://github.com/burnash/gspread/pull/984
10+
* Add timeout to client by @lavigne958 in https://github.com/burnash/gspread/pull/987
11+
* Feature/update timezone and locale by @lavigne958 in https://github.com/burnash/gspread/pull/989
12+
* Feature/make case comparison in find by @lavigne958 in https://github.com/burnash/gspread/pull/990
13+
* Updated API rate limits by @hvinayan in https://github.com/burnash/gspread/pull/993
14+
* Feature/prevent insert row to sheet with colon by @lavigne958 in https://github.com/burnash/gspread/pull/992
15+
16+
## New Contributors
17+
* @maky-hnou made their first contribution in https://github.com/burnash/gspread/pull/980
18+
* @hvinayan made their first contribution in https://github.com/burnash/gspread/pull/993
19+
420
5.1.1 (2021-12-22)
21+
------------------
522
* Fix documentation about oauth (#975 by @lavigne958)
623

724
5.1.0 (2021-12-22)

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

1515

0 commit comments

Comments
 (0)