Skip to content

Commit

Permalink
Lock pydeck to deck.gl 8.5.* (visgl#6141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajduberstein authored Aug 27, 2021
1 parent 62a9d81 commit b7c140d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions bindings/pydeck/docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ CHANGELOG

Releases and associated GitHub PRs for pydeck are documented here.

0.7 Releases
------------

0.7.0 - Aug 27 2021
-------------------
- Lock to @deck.gl/jupyter-widget@~8.5.* (#6141)

0.6 Releases
------------

Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck/pydeck/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion bindings/pydeck/pydeck/frontend_semver.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DECKGL_SEMVER = "~8.4.*"
DECKGL_SEMVER = "~8.5.*"

0 comments on commit b7c140d

Please sign in to comment.