Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcapdevila committed Jul 20, 2017
1 parent 52f094f commit 5463ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jupyter serverextension enable nb_conda --py --sys-prefix

## Changelog

### 2.2.1
- fix bug in check updates feature

### 2.2.0
- support conda 4.3
- support notebook security fix introduced in notebook 4.3.1
Expand Down
2 changes: 1 addition & 1 deletion nb_conda/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 2, 0)
version_info = (2, 2, 1)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 5463ea7

Please sign in to comment.