From 86d902d812d0aeca56be38e94751b5031030176c Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Wed, 29 Mar 2023 15:10:42 +0200
Subject: [PATCH] SSDM-12812: PyBIS-1.35.4rc2

---
 api-openbis-python3-pybis/src/python/CHANGELOG.md      | 3 ++-
 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, 5 insertions(+), 4 deletions(-)

diff --git a/api-openbis-python3-pybis/src/python/CHANGELOG.md b/api-openbis-python3-pybis/src/python/CHANGELOG.md
index a39d46450b1..ba0b76116ab 100644
--- a/api-openbis-python3-pybis/src/python/CHANGELOG.md
+++ b/api-openbis-python3-pybis/src/python/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## Changes with pybis-1.35.4
 
-- Changes to internal implementation of data set download/upload to use OpenBIS V3 API 
+- Changes to internal implementation of data set download/upload to use OpenBIS V3 API
+- Added TIMESTAMP property reformatting to fit formats supported by OpenBIS
 
 ## Changes with pybis-1.35.3
 
diff --git a/api-openbis-python3-pybis/src/python/pybis/__init__.py b/api-openbis-python3-pybis/src/python/pybis/__init__.py
index 3956728e2d3..1c663c6235d 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.4rc1"
+__version__ = "1.35.4rc2"
 
 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 0ed57517007..33566edd7c5 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.4rc1
+version = 1.35.4rc2
 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 13bf0a77a67..4acf36d6494 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.4rc1",
+    version="1.35.4rc2",
     author="ID SIS • ETH Zürich",
     author_email="openbis-support@id.ethz.ch",
     description="openBIS connection and interaction, optimized for using with Jupyter",
-- 
GitLab