From 07d056e7a305d87184d54598596d8b86703cf077 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Mon, 17 Jul 2023 17:14:59 +0200 Subject: [PATCH] SSDM-13689: Pybis 1.35.10 --- 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 49eeff4ddfc..682a0df5180 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.10 + +- Fixed issue with changing properties for linked datasets + ## Changes with pybis-1.35.9 - Changed get_samples method to also include dataset ids depending on the params diff --git a/api-openbis-python3-pybis/src/python/pybis/__init__.py b/api-openbis-python3-pybis/src/python/pybis/__init__.py index d0973f9dd61..5d5df0f11d7 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.9" +__version__ = "1.35.10" 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 277dd8bfb67..8c8e06e5b17 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.9 +version = 1.35.10 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 1912b74ae57..6bf70e05b69 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.9", + version="1.35.10", author="ID SIS • ETH Zürich", author_email="openbis-support@id.ethz.ch", description="openBIS connection and interaction, optimized for using with Jupyter", -- GitLab