Skip to content

Commit e937fd7

Browse files
committed
Back to dev version
1 parent 36bc44a commit e937fd7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ twine check dist/* && twine upload dist/*
6363

6464
```bash
6565
vim notebook/_version.py # Add the .dev suffix
66+
python setup.py jsversion
6667
git commit -am "Back to dev version"
6768
```
6869

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
1111

12-
version_info = (6, 1, 0, 'rc1')
12+
version_info = (7, 0, 0, '.dev0')
1313
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

notebook/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
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.1.0rc1";
76+
Jupyter.version = "7.0.0.dev0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

0 commit comments

Comments
 (0)