Skip to content

Commit

Permalink
Merge pull request #11 from ericpre/release_1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
ericpre authored Jun 27, 2019
2 parents 2d0d782 + 73cdde3 commit 94aee05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.1
-----
* Tidy up setup scripts to fix conda-forge build on windows

1.3.0
-----
* Add support for single user installation on windows.
Expand Down
2 changes: 1 addition & 1 deletion start_jupyter_cm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "1.3.0"
__version__ = "1.3.1"

if os.name == "nt":
from start_jupyter_cm.windows import (add_jupyter_here,
Expand Down

0 comments on commit 94aee05

Please sign in to comment.