We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62b36a commit 2154684Copy full SHA for 2154684
CHANGELOG.rst
@@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.
8
9
[Unreleased]
10
------------
11
+[3.0.2] - 2021-12-29
12
+-----------------------------
13
14
Removed
15
-------
gspread_pandas/_version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = "3.0.1"
+__version__ = "3.0.2"
4
__version_info__ = tuple([int(x) for x in __version__.split(".")])
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.0.1
+current_version = 3.0.2
commit = True
tag = True
5
0 commit comments