Skip to content

Commit

Permalink
Publish 3.0.0a2
Browse files Browse the repository at this point in the history
SHA256 hashes:

pyviz-jupyterlab_pyviz-3.0.0-a2.tgz: 1234ff36920549169c5e9e5625560e4bdf4c20dc867a55414743f9e57f666814

pyviz_comms-3.0.0a2-py3-none-any.whl: 5899204b57425a0217b8ff5a1ebfc3e39f676b96ce129306e0e7a10d610b5832

pyviz_comms-3.0.0a2.tar.gz: 95e8e8671e2f10fc7ffecc1ad1794dfa6f8189b29995e1517c1814c36fc99c91
  • Loading branch information
philippjfr committed Aug 16, 2023
1 parent f6d6e40 commit 4685419
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 3.0.0a2

No merged PRs

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.0.0a1

([Full Changelog](https://github.com/holoviz/pyviz_comms/compare/v2.3.2...efc455dc826e73216e7da293d7cd2ee1155d3ada))
Expand All @@ -19,5 +25,3 @@
([GitHub contributors page for this release](https://github.com/holoviz/pyviz_comms/graphs/contributors?from=2023-06-15&to=2023-08-16&type=c))

[@andrewfulton9](https://github.com/search?q=repo%3Aholoviz%2Fpyviz_comms+involves%3Aandrewfulton9+updated%3A2023-06-15..2023-08-16&type=Issues) | [@philippjfr](https://github.com/search?q=repo%3Aholoviz%2Fpyviz_comms+involves%3Aphilippjfr+updated%3A2023-06-15..2023-08-16&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyviz/jupyterlab_pyviz",
"version": "3.0.0-a1",
"version": "3.0.0-a2",
"description": "A JupyterLab extension for rendering HoloViz content.",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pyviz_comms/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '3.0.0a1'
__version__ = VERSION = '3.0.0a2'

0 comments on commit 4685419

Please sign in to comment.