Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTZ committed Aug 30, 2018
1 parent 0e8849d commit b65aa83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = (1, 0, 0)
version_info = (1, 1, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion js/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beakerx-jupyterlab",
"version": "1.0.0",
"version": "1.1.0",
"description": "BeakerX: Beaker Extensions for JupyterLab",
"author": "Two Sigma Open Source, LLC",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion js/notebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beakerx",
"version": "1.0.0",
"version": "1.1.0",
"description": "BeakerX: Beaker Extensions for Jupyter",
"author": "Two Sigma Open Source, LLC",
"main": "src/index.ts",
Expand Down

2 comments on commit b65aa83

@dclong
Copy link

@dclong dclong commented on b65aa83 Aug 31, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May we list what issues are fixed and what new features are delivered in the new release?

@altavir
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be 1.0.1 if it is a bugfix?

Please sign in to comment.