Skip to content
Snippets Groups Projects
Commit bc0bd81c authored by Swen Vermeul's avatar Swen Vermeul
Browse files

bumped version to 0.3.0

parent 8eb018eb
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@
- removed search-as-you-type feature, as it is not mature yet
- fixed notebook path problem in special environments
- connection dialog: show when connection is being established
- upload dialog: better (and faster) file chooser
- improved download path
- connection dialog: show that connection is being established
- upload dialog: improved file chooser
- upload dialog: save notebook automatically before upload
## new in jupyter-openbis-extension 0.2.4
......
name = 'jupyter-openbis-extension.server'
__author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch'
__version__ = '0.2.8.dev1'
__version__ = '0.3.0'
def _jupyter_server_extension_paths():
return [{
......
......@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='jupyter-openbis-extension',
version= '0.2.8.dev1',
version= '0.3.0',
author='Swen Vermeul | ID SIS | ETH Zürich',
author_email='swen@ethz.ch',
description='Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment