Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 91a006e

Browse files
committed
Update versions to 0.1.0 alpha 2
1 parent 172bf35 commit 91a006e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ All notable changes to this project will be documented in this file.
33
This project strives to adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [0.1.0a2] - 2019-03-24
7+
8+
### Added
9+
- conda recipe
10+
### Fixed
11+
- Don't crash when imported in a non-IPython context
12+
613
## [0.1.0a1] - 2019-03-24
714
Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The jupyterlab-dash library requires both a Python package and a JupyterLab
1717
extension.
1818

1919
```
20-
$ pip install jupyterlab-dash==0.1.0a1
21-
$ jupyter labextension install [email protected].1
20+
$ pip install jupyterlab-dash==0.1.0a2
21+
$ jupyter labextension install [email protected].2
2222
```
2323

2424
## Development Installation

jupyterlab_dash/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0a1'
1+
__version__ = '0.1.0a2'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)