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