From bc0bd81ce7d629fced98713f7099493c5eeff3a0 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Wed, 17 Jul 2019 23:55:25 +0200 Subject: [PATCH] bumped version to 0.3.0 --- CHANGELOG.md | 5 +++-- jupyter-openbis-extension/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550e809..49cebc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/jupyter-openbis-extension/__init__.py b/jupyter-openbis-extension/__init__.py index e2e9070..2e1b42c 100644 --- a/jupyter-openbis-extension/__init__.py +++ b/jupyter-openbis-extension/__init__.py @@ -1,7 +1,7 @@ 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 [{ diff --git a/setup.py b/setup.py index 9b9058b..6aecfbb 100644 --- a/setup.py +++ b/setup.py @@ -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', -- GitLab