Skip to content

Commit

Permalink
pydeck-carto v0.1.1b0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 24, 2024
1 parent fc76294 commit 2e7524d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bindings/pydeck-carto/docs/changelog.rst
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/docs/conf.py
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/pydeck_carto/_version.py
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1b0"
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/requirements/requirements-rtd.txt
@@ -1 +1 @@
pydeck-carto>=0.1.0
pydeck-carto>=0.1.1b0

0 comments on commit 2e7524d

Please sign in to comment.