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

Merge branch 'release/pybis-1.20.4'

parents 55330218 901178c5
No related branches found
No related tags found
No related merge requests found
## Changes with pybis-1.20.4
- fixed parents/children problem when get_samples(), get_datasets()
- sorted imports
## Changes with pybis-1.20.3 ## Changes with pybis-1.20.3
- deactivated debugging logs - deactivated debugging logs
- creation of property type accets vocabulary object - creation of property type accets vocabulary object
......
name = "pybis" name = "pybis"
__author__ = "Swen Vermeul" __author__ = "Swen Vermeul"
__email__ = "swen@ethz.ch" __email__ = "swen@ethz.ch"
__version__ = "1.20.3" __version__ = "1.20.4"
from . import pybis from . import pybis
from .pybis import DataSet from .pybis import DataSet
......
...@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh: ...@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name="PyBIS", name="PyBIS",
version="1.20.3", version="1.20.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="openBIS connection and interaction, optimized for using with Jupyter", 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