Skip to content

Commit

Permalink
Bump version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Jul 11, 2022
1 parent 2307458 commit 15e9713
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.1.5] - 2022-07-11

### Added

- Default non-conda-store environments how are available

## [0.1.4] - 2022-06-29

### Added
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ jupyter lab

### Connecting to existing conda-store server

Visit conda-store server you are using and get a token for your given
user via vising the `/user` endpoint after you login.

```shell
docker run -it -e CONDA_STORE_AUTH=token -e CONDA_STORE_URL=https://conda.store -e CONDA_STORE_TOKEN=... quansight/nb-conda-store-kernels
docker run -p 8888:8888 -e CONDA_STORE_TOKEN=... quansight/nb-conda-store-kernels:v0.1.5
```

### Use with nbconvert, voila, papermill,...
Expand Down
2 changes: 1 addition & 1 deletion nb_conda_store_kernels/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 15e9713

Please sign in to comment.