File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Review ``README.md`` and make sure that all dependencies are installed.
1212Create the release
1313------------------
1414
15- Update the version in ` beakerx/beakerx/_version.py ` and commit the change and push the git tag.
15+ Update the version in ` beakerx/beakerx/_version.py ` and
16+ ` beakerx/js/package.json ` . Commit the change and push the git tag.
1617
1718``` bash
1819git clean -xfd
@@ -58,7 +59,6 @@ Publish on npmjs
5859
5960To update the embedded version of our widget library:
6061
61- - Increase the version in beakerx/js/package.json
6262- Do a full build.
6363- Run ` npm publish `
6464
Original file line number Diff line number Diff line change 1- version_info = (0 , 5 , 1 )
1+ version_info = (0 , 6 , 0 )
22__version__ = '.' .join (map (str , version_info ))
Original file line number Diff line number Diff line change 11{
22 "name" : " beakerx" ,
3- "version" : " 0.0.9 " ,
4- "description" : " Beaker Extensions for Jupyter" ,
3+ "version" : " 0.6.0 " ,
4+ "description" : " BeakerX: Beaker Extensions for Jupyter" ,
55 "author" : " Two Sigma Open Source, LLC" ,
66 "main" : " src/index.js" ,
77 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments