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 24507bd commit 3169bfeCopy full SHA for 3169bfe
CHANGELOG.rst
@@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.
8
9
[Unreleased]
10
------------
11
+[3.0.4] - 2022-01-18
12
+-----------------------------
13
[3.0.3] - 2022-01-04
14
-----------------------------
15
gspread_pandas/_version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = "3.0.3"
+__version__ = "3.0.4"
4
__version_info__ = tuple([int(x) for x in __version__.split(".")])
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.0.3
+current_version = 3.0.4
commit = True
tag = True
5
0 commit comments