diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39402d7..a5ea183 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning `_. [Unreleased] ------------ +[3.2.1] - 2022-06-29 +----------------------------- Fixed ----- diff --git a/gspread_pandas/_version.py b/gspread_pandas/_version.py index 7009cbb..edc4530 100644 --- a/gspread_pandas/_version.py +++ b/gspread_pandas/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "3.2.0" +__version__ = "3.2.1" __version_info__ = tuple([int(x) for x in __version__.split(".")]) diff --git a/setup.cfg b/setup.cfg index dff85fa..dfef4fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.2.1 commit = True tag = True