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

Merge tag 'pybis-1.9.6' into develop

bugfix when vocabulary attribute was not identical to the code of the aassigned property type
parents c4450a92 3e1a8fe9
No related branches found
No related tags found
No related merge requests found
## Changes with pybis-1.9.6
* bugfix when vocabulary attribute was not identical to the code of the aassigned property type
## Changes with pybis-1.9.5
* bugfixes: get_property_assignments() method fixed for dataSet-, experiment- and materialTypes
......
name = 'pybis'
__author__ = 'Swen Vermeul'
__email__ = 'swen@ethz.ch'
__version__ = '1.9.5'
__version__ = '1.9.6'
from . import pybis
from .pybis import Openbis
......
......@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name='PyBIS',
version= '1.9.5',
version= '1.9.6',
author='Swen Vermeul • ID SIS • ETH Zürich',
author_email='swen@ethz.ch',
description='openBIS connection and interaction, optimized for using with Jupyter',
......
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