Skip to content

Commit 37cdefa

Browse files
committed
version to 0.6.0, improve release docs a bit
1 parent 5aa41f5 commit 37cdefa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Review ``README.md`` and make sure that all dependencies are installed.
1212
Create 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
1819
git clean -xfd
@@ -58,7 +59,6 @@ Publish on npmjs
5859

5960
To 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

beakerx/beakerx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 5, 1)
1+
version_info = (0, 6, 0)
22
__version__ = '.'.join(map(str, version_info))

beakerx/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)