Skip to content

Commit 19accf4

Browse files
committed
Bump version: 2.3.1 → 3.0.0
1 parent 2e1e898 commit 19accf4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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.0.0] - 2021-12-28
12+
-----------------------------
1113
[2.3.1] - 2021-11-29
1214
-----------------------------
1315
[2.3.0] - 2021-03-21

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__ = "2.3.1"
3+
__version__ = "3.0.0"
44
__version_info__ = tuple([int(x) for x in __version__.split(".")])

setup.cfg

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

@@ -22,10 +22,10 @@ select = B,C,E,F,W,T4,B9
2222
envlist = py35, py36, py37, py38, py39, py310, flake8
2323

2424
[travis]
25-
python =
26-
3.10: py310
27-
3.9: py39
28-
3.8: py38
25+
python =
26+
3.10: py310
27+
3.9: py39
28+
3.8: py38
2929
3.7: py37
3030
3.6: py36
3131
3.5: py35
@@ -36,7 +36,7 @@ deps = flake8
3636
commands = flake8 gspread_pandas
3737

3838
[testenv]
39-
setenv =
39+
setenv =
4040
PYTHONPATH = {toxinidir}
4141
deps = -r requirements_dev.txt
4242
commands = python setup.py test

0 commit comments

Comments
 (0)