We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b561e73 commit 87201a5Copy full SHA for 87201a5
RELEASE.md
@@ -40,6 +40,7 @@ npm install -g po2json
40
41
```bash
42
vim notebook/_version.py
43
+python setup.py jsversion
44
git commit -am "Release $(python setup.py --version)"
45
git tag $(python setup.py --version)
46
```
@@ -61,7 +62,7 @@ twine check dist/* && twine upload dist/*
61
62
## Change back to dev version
63
64
-vim notebook/_version.py
65
+vim notebook/_version.py # Add the .dev suffix
66
git commit -am "Back to dev version"
67
68
docs/source/development_release.rst
docs/source/index.rst
@@ -33,7 +33,6 @@ The Jupyter Notebook
33
:caption: Contributor Documentation
34
35
contributing
36
- development_release
37
development_faq
38
39
.. toctree::
0 commit comments