diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 953a7963..88cc6db3 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -1,7 +1,7 @@ Changelog ^^^^^^^^^ -Pantab 5.2.0 (2024-11-XX) +Pantab 5.2.0 (2024-11-07) ========================= New Features diff --git a/doc/source/conf.py b/doc/source/conf.py index 5e334b94..24b0968a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -10,7 +10,7 @@ project = "pantab" copyright = "2019-2024, Will Ayd, innobi, LLC" author = "Will Ayd, innobi, LLC" -release = "5.2.0rc0" +release = "5.2.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 423659f8..5627a2ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build" [project] name = "pantab" -version = "5.2.0rc0" +version = "5.2.0" description = "Converts pandas DataFrames into Tableau Hyper Extracts and back" license = {file = "LICENSE.txt"} readme = "README.md" diff --git a/src/pantab/__init__.py b/src/pantab/__init__.py index a02d37a6..07510015 100644 --- a/src/pantab/__init__.py +++ b/src/pantab/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.2.0rc0" +__version__ = "5.2.0" from pantab._reader import frame_from_hyper, frame_from_hyper_query, frames_from_hyper