Skip to content

Commit

Permalink
Merge pull request #9 from ericpre/release_1.3
Browse files Browse the repository at this point in the history
v1.3.0 and update readme.
  • Loading branch information
francisco-dlp authored Jun 19, 2019
2 parents a442bd7 + 6c0840e commit a60cb02
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
1.3.0
-----
* Add support for single user installation on windows.
* Add support for conda environment.

1.2.0
-----
* Add Jupyter lab entry.
* Change deprecated `gvfs-set-attribute` attribute to `gio set` for gnome.

1.1.2
-----
* Add global variable start_jupyter_cm.windows.WPSCRIPTS_FOLDER to define the WinPython scripts folder.

1.1.0
-----
* Add support for WinPython
* Open jupyter notebook inside selected folder instead of parent directory.
6 changes: 0 additions & 6 deletions CHANGES.txt

This file was deleted.

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.2.0"
__version__ = "1.3.0"

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

0 comments on commit a60cb02

Please sign in to comment.