Skip to content

Commit 747cffa

Browse files
committed
chore: bump to 4.0 and rebuild
1 parent 13e6f5d commit 747cffa

File tree

11 files changed

+16
-36
lines changed

11 files changed

+16
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To rebuild the JavaScript continuously, run `yarn watch`.
6464

6565
* Update the JavaScript dependencies by changing `package.json` (e.g. with [ncu](https://www.npmjs.com/package/npm-check-updates)).
6666
* Run `yarn`.
67-
* Update the version number in `pyproject.toml` (with `poetry version [VERSION]`), `package.json`, `widget.py`, and `__init__.py`
67+
* Update the version number in `pyproject.toml` (with `poetry version [VERSION]`), `package.json`, `_frontend.py`, and `__init__.py`
6868
* Rebuild the JavaScript with `yarn build`.
6969
* Make sure that everything still works (launch notebook and widgets and try the examples).
7070
* Add a git tag.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-vega",
3-
"version": "3.6.0",
3+
"version": "4.0.0",
44
"description": "IPython/Jupyter notebook module for [Vega](https://vega.github.io/vega), and [Vega-Lite](https://vega.github.io/vega-lite).",
55
"repository": {
66
"type": "git",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vega"
3-
version = "3.6.0"
3+
version = "4.0.0"
44
license = "BSD 3-clause"
55
description = "A Jupyter widget for Vega 5 and Vega-Lite 4"
66
authors = ["Dominik Moritz <[email protected]>"]
@@ -48,5 +48,5 @@ notebook = "vega.vegalite:entry_point_renderer"
4848
notebook = "vega.vega:entry_point_renderer"
4949

5050
[build-system]
51-
requires = ["poetry>=0.12"]
51+
requires = ["poetry>=1.4.2"]
5252
build-backend = "poetry.masonry.api"

vega/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__all__ = ['Vega', 'VegaLite']
1010

11-
__version__ = '3.6.0'
11+
__version__ = '4.0.0'
1212

1313

1414
def _jupyter_nbextension_paths():

vega/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
module_name = "jupyter-vega"
2-
EXTENSION_SPEC_VERSION = "^3.6.0"
2+
EXTENSION_SPEC_VERSION = "^4.0.0"

vega/static/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vega/static/labplugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vega/static/widget.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

vega/static/widget.js.LICENSE.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

vega/static/widget.js.map

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)