From 002ff72f296d52c80b40a6b3faa7db988d82dc10 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Mon, 12 Jun 2023 10:45:34 +0200 Subject: [PATCH] SSDM-13637: Pybis-1.35.6rc1 --- api-openbis-python3-pybis/src/python/CHANGELOG.md | 4 ++++ api-openbis-python3-pybis/src/python/pybis/__init__.py | 2 +- api-openbis-python3-pybis/src/python/setup.cfg | 2 +- api-openbis-python3-pybis/src/python/setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/api-openbis-python3-pybis/src/python/CHANGELOG.md b/api-openbis-python3-pybis/src/python/CHANGELOG.md index 4034158f078..1d609f04893 100644 --- a/api-openbis-python3-pybis/src/python/CHANGELOG.md +++ b/api-openbis-python3-pybis/src/python/CHANGELOG.md @@ -1,3 +1,7 @@ +## Changes with pybis-1.35.6 + +- Added metaData attribute handling for sample, sampleType, experiment, experimentType, dataset, datasetType + ## Changes with pybis-1.35.5 - Implementation of array-type properties handling diff --git a/api-openbis-python3-pybis/src/python/pybis/__init__.py b/api-openbis-python3-pybis/src/python/pybis/__init__.py index 3888a61a133..b065fb1d23c 100644 --- a/api-openbis-python3-pybis/src/python/pybis/__init__.py +++ b/api-openbis-python3-pybis/src/python/pybis/__init__.py @@ -15,7 +15,7 @@ name = "pybis" __author__ = "ID SIS • ETH Zürich" __email__ = "openbis-support@id.ethz.ch" -__version__ = "1.35.5" +__version__ = "1.35.6rc1" from . import pybis from .pybis import DataSet diff --git a/api-openbis-python3-pybis/src/python/setup.cfg b/api-openbis-python3-pybis/src/python/setup.cfg index 436acf9f27a..ca77a8a16e7 100644 --- a/api-openbis-python3-pybis/src/python/setup.cfg +++ b/api-openbis-python3-pybis/src/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = PyBIS -version = 1.35.5 +version = 1.35.6rc1 author = ID SIS • ETH Zürich author_email = openbis-support@id.ethz.ch license = Apache Software License Version 2.0 diff --git a/api-openbis-python3-pybis/src/python/setup.py b/api-openbis-python3-pybis/src/python/setup.py index 28cb377c21c..fb31b656c0a 100644 --- a/api-openbis-python3-pybis/src/python/setup.py +++ b/api-openbis-python3-pybis/src/python/setup.py @@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="PyBIS", - version="1.35.5", + version="1.35.6rc1", author="ID SIS • ETH Zürich", author_email="openbis-support@id.ethz.ch", description="openBIS connection and interaction, optimized for using with Jupyter", -- GitLab