Skip to content

Commit 34505c1

Browse files
committed
Bump version: 3.2.1 → 3.2.2
1 parent 029b103 commit 34505c1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.
88

99
[Unreleased]
1010
------------
11+
[3.2.2] - 2022-06-29
12+
-----------------------------
1113

1214
Changed
1315
-------

gspread_pandas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "3.2.1"
3+
__version__ = "3.2.2"
44
__version_info__ = tuple([int(x) for x in __version__.split(".")])

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.1
2+
current_version = 3.2.2
33
commit = True
44
tag = True
55

@@ -27,7 +27,7 @@ deps = flake8
2727
commands = flake8 gspread_pandas
2828

2929
[testenv]
30-
setenv =
30+
setenv =
3131
PYTHONPATH = {toxinidir}
3232
deps = -r requirements_dev.txt
3333
commands = python setup.py test

0 commit comments

Comments
 (0)