Skip to content

Commit

Permalink
version to 0.6.0, improve release docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Oct 11, 2017
1 parent 5aa41f5 commit 37cdefa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Review ``README.md`` and make sure that all dependencies are installed.
Create the release
------------------

Update the version in `beakerx/beakerx/_version.py` and commit the change and push the git tag.
Update the version in `beakerx/beakerx/_version.py` and
`beakerx/js/package.json`. Commit the change and push the git tag.

```bash
git clean -xfd
Expand Down Expand Up @@ -58,7 +59,6 @@ Publish on npmjs

To update the embedded version of our widget library:

- Increase the version in beakerx/js/package.json
- Do a full build.
- Run `npm publish`

Expand Down
2 changes: 1 addition & 1 deletion beakerx/beakerx/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 5, 1)
version_info = (0, 6, 0)
__version__ = '.'.join(map(str, version_info))
4 changes: 2 additions & 2 deletions beakerx/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beakerx",
"version": "0.0.9",
"description": "Beaker Extensions for Jupyter",
"version": "0.6.0",
"description": "BeakerX: Beaker Extensions for Jupyter",
"author": "Two Sigma Open Source, LLC",
"main": "src/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 37cdefa

Please sign in to comment.