From 7a3096b1720a91cb28f17385f08669a203f316e8 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Thu, 25 May 2023 11:42:02 +0200 Subject: [PATCH] SSDM-13524: PyBIS-1.35.5rc1 --- api-openbis-python3-pybis/src/python/CHANGELOG.md | 6 ++++++ 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, 9 insertions(+), 3 deletions(-) diff --git a/api-openbis-python3-pybis/src/python/CHANGELOG.md b/api-openbis-python3-pybis/src/python/CHANGELOG.md index ba0b76116ab..4034158f078 100644 --- a/api-openbis-python3-pybis/src/python/CHANGELOG.md +++ b/api-openbis-python3-pybis/src/python/CHANGELOG.md @@ -1,3 +1,9 @@ +## Changes with pybis-1.35.5 + +- Implementation of array-type properties handling +- Fixed assignment of dynamic property plugins to property types + + ## Changes with pybis-1.35.4 - Changes to internal implementation of data set download/upload to use OpenBIS V3 API diff --git a/api-openbis-python3-pybis/src/python/pybis/__init__.py b/api-openbis-python3-pybis/src/python/pybis/__init__.py index 79e14c8a478..e10205534d0 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.4" +__version__ = "1.35.5rc1" 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 0729d208f4d..420b44512ee 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.4rc3 +version = 1.35.5rc1 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 1f08881df69..4ee667f434e 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.4", + version="1.35.5rc1", author="ID SIS • ETH Zürich", author_email="openbis-support@id.ethz.ch", description="openBIS connection and interaction, optimized for using with Jupyter", -- GitLab