Skip to content

Commit c70aa39

Browse files
committed
Publish 4.0.0a29
SHA256 hashes: elixirnote-4.0.0a29-py3-none-any.whl: 9c24e4bccc688c3fd9201fbf32c28c2b720662050d0f4f4621e73b201c5adf27 elixirnote-4.0.0a29.tar.gz: 59a40af6e4f9acab56de7e2404bb1183d4171fc066f61ba73adc3b88f881ac0f
1 parent 649fec9 commit c70aa39

12 files changed

+3
-290
lines changed

dev_mode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
},
213213
"jupyterlab": {
214214
"name": "ElixirNote",
215-
"version": "4.0.0a28",
215+
"version": "4.0.0a29",
216216
"extensions": {
217217
"@jupyterlab/application-extension": "",
218218
"@jupyterlab/apputils-extension": "",

jupyterlab/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])
77

88
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
9-
version_info = VersionInfo(4, 0, 0, "alpha", 28)
9+
version_info = VersionInfo(4, 0, 0, "alpha", 29)
1010

1111
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
1212

jupyterlab/staging/assets/elixir-ecosystem-v2.svg

-111
This file was deleted.

jupyterlab/staging/assets/elixir-ecosystem.svg

-122
This file was deleted.

jupyterlab/staging/assets/elixirnote-intro.svg

-44
This file was deleted.

jupyterlab/staging/assets/elixirnote2.svg

-10
This file was deleted.
-45.8 KB
Binary file not shown.
-67 KB
Binary file not shown.
-245 KB
Binary file not shown.
-255 KB
Binary file not shown.
-146 KB
Binary file not shown.

jupyterlab/staging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
},
213213
"jupyterlab": {
214214
"name": "ElixirNote",
215-
"version": "4.0.0a28",
215+
"version": "4.0.0a29",
216216
"extensions": {
217217
"@jupyterlab/application-extension": "",
218218
"@jupyterlab/apputils-extension": "",

0 commit comments

Comments
 (0)