File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
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
+
4
20
5.1.1 (2021-12-22)
21
+ ------------------
5
22
* Fix documentation about oauth (#975 by @lavigne958)
6
23
7
24
5.1.0 (2021-12-22)
Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
12
- __version__ = "5.1.1 "
12
+ __version__ = "5.2.0 "
13
13
__author__ = "Anton Burnashev"
14
14
15
15
You can’t perform that action at this time.
0 commit comments