diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 97f89be..fde84bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ and this project adheres to `Semantic Versioning `_. [Unreleased] ------------ +[3.0.3] - 2022-01-04 +----------------------------- Fixed ----- diff --git a/gspread_pandas/_version.py b/gspread_pandas/_version.py index 73f41c8..1710b7c 100644 --- a/gspread_pandas/_version.py +++ b/gspread_pandas/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "3.0.2" +__version__ = "3.0.3" __version_info__ = tuple([int(x) for x in __version__.split(".")]) diff --git a/setup.cfg b/setup.cfg index c42d6c7..0f42061 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True tag = True