Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bindings/pydeck-carto/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Releases and associated GitHub PRs for pydeck-carto are documented here.
0.2 Releases
------------

0.2.1 - Apr 10 2026
^^^^^^^^^^^^^^^^^^^
- Migrate dev setup to uv
- Fix ReadTheDocs builds
- Document aggregation_exp as required parameter
- Dependency updates

0.2.0 - Apr 29 2024
^^^^^^^^^^^^^^^^^^^
- Update to deck.gl v9.0
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# The short X.Y version
version = "0.2"
# The full version, including alpha/beta/rc tags
release = "0.2.0"
release = "0.2.1"
# 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pydeck-carto"
version = "0.2.0"
version = "0.2.1"
description = "Pydeck wrapper for use with CARTO"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/requirements/requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pydeck-carto>=0.2.0
pydeck-carto>=0.2.1
Loading