File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
1214Changed
1315-------
Original file line number Diff line number Diff line change 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 ("." )])
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.2.1
2+ current_version = 3.2.2
33commit = True
44tag = True
55
@@ -27,7 +27,7 @@ deps = flake8
2727commands = flake8 gspread_pandas
2828
2929[testenv]
30- setenv =
30+ setenv =
3131 PYTHONPATH = {toxinidir}
3232deps = -r requirements_dev.txt
3333commands = python setup.py test
You can’t perform that action at this time.
0 commit comments