Skip to content

Commit

Permalink
pydeck v0.8.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 24, 2024
1 parent c3e3677 commit fc76294
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bindings/pydeck/docs/CHANGELOG.rst
Expand Up @@ -6,6 +6,10 @@ Releases and associated GitHub PRs for pydeck are documented here.
0.8 Releases
------------

0.8.1b1 - Apr 24 2024
^^^^^^^^^^^^^^^^^^^^^
- Update to deck.gl v8.9

0.8.0 - Nov 04 2022
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck/docs/conf.py
Expand Up @@ -12,7 +12,7 @@
# The short X.Y version
version = "0.8"
# The full version, including alpha/beta/rc tags
release = "0.8.0b4"
release = "0.8.1b1"
# 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/pydeck/_version.py
@@ -1 +1 @@
__version__ = "0.8.0b4"
__version__ = "0.8.1b1"
2 changes: 1 addition & 1 deletion bindings/pydeck/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pydeck"
version = "0.8.0b4"
version = "0.8.1b1"
requires-python = ">=3.7"

[build-system]
Expand Down

0 comments on commit fc76294

Please sign in to comment.