Skip to content

Commit

Permalink
Bump version: 2.3.1 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiguofer committed Dec 29, 2021
1 parent 2e1e898 commit 19accf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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.0.0] - 2021-12-28
-----------------------------
[2.3.1] - 2021-11-29
-----------------------------
[2.3.0] - 2021-03-21
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__ = "2.3.1"
__version__ = "3.0.0"
__version_info__ = tuple([int(x) for x in __version__.split(".")])
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.1
current_version = 3.0.0
commit = True
tag = True

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

[travis]
python =
3.10: py310
3.9: py39
3.8: py38
python =
3.10: py310
3.9: py39
3.8: py38
3.7: py37
3.6: py36
3.5: py35
Expand All @@ -36,7 +36,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 19accf4

Please sign in to comment.