From 2e7524d9d61f0336cdb693d465daec98646d1e47 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Wed, 24 Apr 2024 12:28:06 -0400 Subject: [PATCH] pydeck-carto v0.1.1b0 --- bindings/pydeck-carto/docs/changelog.rst | 4 ++++ bindings/pydeck-carto/docs/conf.py | 2 +- bindings/pydeck-carto/pydeck_carto/_version.py | 2 +- bindings/pydeck-carto/requirements/requirements-rtd.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bindings/pydeck-carto/docs/changelog.rst b/bindings/pydeck-carto/docs/changelog.rst index 324292f00ae..62019258742 100644 --- a/bindings/pydeck-carto/docs/changelog.rst +++ b/bindings/pydeck-carto/docs/changelog.rst @@ -6,6 +6,10 @@ Releases and associated GitHub PRs for pydeck-carto are documented here. 0.1 Releases ------------ +0.1.1b0 - Apr 24 2024 +^^^^^^^^^^^^^^^^^^^ +- Update to deck.gl v8.9 + 0.1.0 - Nov 04 2022 ^^^^^^^^^^^^^^^^^^^ - Add register_carto_layer function: integration with pydeck (CartoLayer). diff --git a/bindings/pydeck-carto/docs/conf.py b/bindings/pydeck-carto/docs/conf.py index 258a32adac5..3215a2705ce 100644 --- a/bindings/pydeck-carto/docs/conf.py +++ b/bindings/pydeck-carto/docs/conf.py @@ -14,7 +14,7 @@ # The short X.Y version version = "0.1" # The full version, including alpha/beta/rc tags -release = "0.1.0" +release = "0.1.1b0" # Extensions to generate documents from our docstrings here extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_rtd_theme"] templates_path = ["_templates"] diff --git a/bindings/pydeck-carto/pydeck_carto/_version.py b/bindings/pydeck-carto/pydeck_carto/_version.py index 3dc1f76bc69..21d49b0ec6e 100644 --- a/bindings/pydeck-carto/pydeck_carto/_version.py +++ b/bindings/pydeck-carto/pydeck_carto/_version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1b0" diff --git a/bindings/pydeck-carto/requirements/requirements-rtd.txt b/bindings/pydeck-carto/requirements/requirements-rtd.txt index 5b500a2c531..a0d71eb1ad5 100644 --- a/bindings/pydeck-carto/requirements/requirements-rtd.txt +++ b/bindings/pydeck-carto/requirements/requirements-rtd.txt @@ -1 +1 @@ -pydeck-carto>=0.1.0 \ No newline at end of file +pydeck-carto>=0.1.1b0