From feb7d678ea713d9139f54a77adeb12a9975ec871 Mon Sep 17 00:00:00 2001 From: alifeee Date: Fri, 15 Dec 2023 01:09:08 +0000 Subject: [PATCH] release 5.12.3 --- HISTORY.rst | 5 +++++ gspread/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1b012a9b5..b5da9bda9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ Release History =============== +5.12.3 (2023-12-15) +------------------- + +* 1363 get all records retrieves a large number of empty rows after the end of the data by @alifeee in https://github.com/burnash/gspread/pull/1364 + 5.12.2 (2023-12-04) ------------------- diff --git a/gspread/__init__.py b/gspread/__init__.py index bc10317b7..16d7f8a76 100644 --- a/gspread/__init__.py +++ b/gspread/__init__.py @@ -1,6 +1,6 @@ """Google Spreadsheets Python API""" -__version__ = "5.12.2" +__version__ = "5.12.3" __author__ = "Anton Burnashev"