Skip to content

Commit

Permalink
Merge pull request #1372 from burnash/feature/merge_master
Browse files Browse the repository at this point in the history
feature/merge master
  • Loading branch information
lavigne958 authored Dec 27, 2023
2 parents da4739b + 1b0a167 commit 0b79db3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11", "3.x"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Setup tox
Expand Down
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Release History
===============

5.12.1 (2023-12-04)
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)
-------------------

* Many fixes for `get_records` by @alifeee in https://github.com/burnash/gspread/pull/1357
Expand Down

0 comments on commit 0b79db3

Please sign in to comment.