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 6e99b36 commit 1cf01c8Copy full SHA for 1cf01c8
CHANGELOG.rst
@@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.
8
9
[Unreleased]
10
------------
11
+[3.3.0] - 2024-02-13
12
+-----------------------------
13
14
Changed
15
-------
gspread_pandas/_version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = "3.2.3"
+__version__ = "3.3.0"
4
__version_info__ = tuple([int(x) for x in __version__.split(".")])
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.2.3
+current_version = 3.3.0
commit = True
tag = True
5
0 commit comments