Skip to content

Commit

Permalink
Release v5.2.0
Browse files Browse the repository at this point in the history
Release version 5.2.0, use new changelog format.
Use the changelog format generated by github.com release page
`auto-generate release notes`.
  • Loading branch information
lavigne958 committed Feb 27, 2022
1 parent effe1fd commit 53697fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.rst
@@ -1,7 +1,24 @@
Release History
===============

5.2.0 (2022-02-27)
------------------
* Copy comments when during spreadsheet copy by @lavigne958 in https://github.com/burnash/gspread/pull/979
* Update user-guide.rst by @maky-hnou in https://github.com/burnash/gspread/pull/980
* merge setup test cassettes by @lavigne958 in https://github.com/burnash/gspread/pull/982
* Feature/add header validation get all records by @lavigne958 in https://github.com/burnash/gspread/pull/984
* Add timeout to client by @lavigne958 in https://github.com/burnash/gspread/pull/987
* Feature/update timezone and locale by @lavigne958 in https://github.com/burnash/gspread/pull/989
* Feature/make case comparison in find by @lavigne958 in https://github.com/burnash/gspread/pull/990
* Updated API rate limits by @hvinayan in https://github.com/burnash/gspread/pull/993
* Feature/prevent insert row to sheet with colon by @lavigne958 in https://github.com/burnash/gspread/pull/992

## New Contributors
* @maky-hnou made their first contribution in https://github.com/burnash/gspread/pull/980
* @hvinayan made their first contribution in https://github.com/burnash/gspread/pull/993

5.1.1 (2021-12-22)
------------------
* Fix documentation about oauth (#975 by @lavigne958)

5.1.0 (2021-12-22)
Expand Down
2 changes: 1 addition & 1 deletion gspread/__init__.py
Expand Up @@ -9,7 +9,7 @@
"""


__version__ = "5.1.1"
__version__ = "5.2.0"
__author__ = "Anton Burnashev"


Expand Down

0 comments on commit 53697fc

Please sign in to comment.