Skip to content

Commit

Permalink
Release v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lavigne958 committed Apr 12, 2022
1 parent 2dd60f5 commit 0a7de5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Setup tox
run: pip install tox
- name: Run linter
run: tox -e lint
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
@@ -1,7 +1,7 @@
Release History
===============

5.3.1 (2022-04-12)
5.3.2 (2022-04-12)
------------------
* Bugfix/black python3.10 by @lavigne958 in https://github.com/burnash/gspread/pull/1020
* Automate releases by @lavigne958 in https://github.com/burnash/gspread/pull/1025
Expand Down
2 changes: 1 addition & 1 deletion gspread/__init__.py
Expand Up @@ -9,7 +9,7 @@
"""


__version__ = "5.3.1"
__version__ = "5.3.2"
__author__ = "Anton Burnashev"


Expand Down

0 comments on commit 0a7de5d

Please sign in to comment.