Skip to content

Commit 7f7f617

Browse files
Publish 6.4.0rc0
SHA256 hashes: dist/notebook-6.4.0rc0-py3-none-any.whl: 944399ed932a6d8107ecdebcdfb10fd27b2a8e52e37920ad0b6bd72ba69bdb4d dist/notebook-6.4.0rc0.tar.gz: d93f3eb1b2e5f6bf6d9d0b3a2aa99a605f3d35470f6b10ad42d03a0aa613725a
1 parent 087fcc3 commit 7f7f617

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebook/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
# Version string must appear intact for tbump versioning
8-
__version__ = '6.4.0a1'
8+
__version__ = '6.4.0rc0'
99

1010
# Build up version_info tuple for backwards compatibility
1111
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

notebook/static/base/js/namespace.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "6.4.0a1";
76+
Jupyter.version = "6.4.0rc0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before-build-python = ["pip install babel", "npm install -g po2json"]
1414
ignore-glob = ["docs/source/examples/Notebook/Working With Markdown Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", "docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", "CHANGELOG.md"]
1515

1616
[tool.tbump.version]
17-
current = "6.4.0a1"
17+
current = "6.4.0rc0"
1818
regex = '''
1919
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2020
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)