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

version 0.2.4

parent af969543
No related branches found
No related tags found
No related merge requests found
## new in jupyter-openbis-extension 0.2.3 ## new in jupyter-openbis-extension 0.2.4
- improved entity selection - improved entity selection
- openBIS History ID support - openBIS History ID support
- warning: there are known bugs in the new search feature which will hopefully be fixed in an
upcoming release
## new in jupyter-openbis-extension 0.2.2 ## new in jupyter-openbis-extension 0.2.2
- fixed link to gitlab project - fixed link to gitlab project
- fixed setup.py to force tornado=5.1.1 - fixed setup.py to force tornado=5.1.1
......
...@@ -10,3 +10,6 @@ ls -la dist/ ...@@ -10,3 +10,6 @@ ls -la dist/
# upload distribution(s) to pypi # upload distribution(s) to pypi
twine upload dist/* twine upload dist/*
# upload distribution to pypi-test
twine upload --repository test dist/*
name = 'jupyter-openbis-extension.server' name = 'jupyter-openbis-extension.server'
__author__ = 'Swen Vermeul' __author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch' __email__ = 'swen@ethz.ch'
__version__ = '0.2.3' __version__ = '0.2.4'
def _jupyter_server_extension_paths(): def _jupyter_server_extension_paths():
return [{ return [{
......
...@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh: ...@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name='jupyter-openbis-extension', name='jupyter-openbis-extension',
version= '0.2.3', version= '0.2.4',
author='Swen Vermeul | ID SIS | ETH Zürich', author='Swen Vermeul | ID SIS | ETH Zürich',
author_email='swen@ethz.ch', author_email='swen@ethz.ch',
description='Extension for Jupyter notebooks to connect to openBIS and download/upload datasets, inluding the notebook itself', 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