Skip to content

Commit

Permalink
Bump version: 3.2.1 → 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aiguofer committed Jun 29, 2022
1 parent 029b103 commit 34505c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.

[Unreleased]
------------
[3.2.2] - 2022-06-29
-----------------------------

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion gspread_pandas/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

__version__ = "3.2.1"
__version__ = "3.2.2"
__version_info__ = tuple([int(x) for x in __version__.split(".")])
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.1
current_version = 3.2.2
commit = True
tag = True

Expand Down Expand Up @@ -27,7 +27,7 @@ deps = flake8
commands = flake8 gspread_pandas

[testenv]
setenv =
setenv =
PYTHONPATH = {toxinidir}
deps = -r requirements_dev.txt
commands = python setup.py test
Expand Down

0 comments on commit 34505c1

Please sign in to comment.