Skip to content

Commit

Permalink
Release v5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Nov 29, 2023
1 parent c1f324c commit 4c941d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,16 @@
Release History
===============

5.12.1 (2023-11-29)
-------------------

* feature/readme migration v6 by @lavigne958 in https://github.com/burnash/gspread/pull/1297
* add deprecation warnings for lastUpdateTime... by @alifeee in https://github.com/burnash/gspread/pull/1333
* remove `use_index` and references to it in `get_records` by @alifeee in https://github.com/burnash/gspread/pull/1343
* make deprecation warning dependent on if kwarg is used for client_factory by @alifeee in https://github.com/burnash/gspread/pull/1349
* fix 1352 expected headers broken by @alifeee in https://github.com/burnash/gspread/pull/1353
* fix `combine_merged_cells` when using from a range that doesn't start at `A1` by @alifeee in https://github.com/burnash/gspread/pull/1335

5.12.0 (2023-10-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion gspread/__init__.py
@@ -1,6 +1,6 @@
"""Google Spreadsheets Python API"""

__version__ = "5.12.0"
__version__ = "5.12.1"
__author__ = "Anton Burnashev"


Expand Down

0 comments on commit 4c941d4

Please sign in to comment.