From 3fb8926f989ea2511c0c3ba4d75dde19d678eef1 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Wed, 29 Mar 2023 15:56:14 +0200 Subject: [PATCH] SSDM-13529: obis-0.4.1 + updated changelog --- .../src/python/CHANGELOG.md | 20 +++++++++++++++++++ .../src/python/obis/__init__.py | 2 +- app-openbis-command-line/src/python/setup.py | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/app-openbis-command-line/src/python/CHANGELOG.md b/app-openbis-command-line/src/python/CHANGELOG.md index 10f574390cf..f8f41d5217c 100644 --- a/app-openbis-command-line/src/python/CHANGELOG.md +++ b/app-openbis-command-line/src/python/CHANGELOG.md @@ -1,3 +1,23 @@ +# New in version 0.4.1 + +* Fixed parameters for determine_hostname method in addref functionality + +# New in version 0.4.0.1 + +* Minor fixes to physical data handling + +# New in version 0.4.0 + +* Implementation of physical data handling + +# New in version 0.3.0 + +* changed pybis dependency to version >= 1.33.0 + +# New in version 0.2.3 + +* Fixes to CRC32 calculation + # New in version 0.2.2 * added compatibility with git-annex 8.2 diff --git a/app-openbis-command-line/src/python/obis/__init__.py b/app-openbis-command-line/src/python/obis/__init__.py index eaaa15140e9..a103be85d40 100644 --- a/app-openbis-command-line/src/python/obis/__init__.py +++ b/app-openbis-command-line/src/python/obis/__init__.py @@ -14,6 +14,6 @@ # __author__ = "ID SIS • ETH Zürich" __email__ = "openbis-support@id.ethz.ch" -__version__ = "0.4.0.1" +__version__ = "0.4.1" from .dm import * diff --git a/app-openbis-command-line/src/python/setup.py b/app-openbis-command-line/src/python/setup.py index 8d250d6155d..2c2d235bd26 100644 --- a/app-openbis-command-line/src/python/setup.py +++ b/app-openbis-command-line/src/python/setup.py @@ -31,7 +31,7 @@ data_files = [ setup( name="obis", - version="0.4.0.1", + version="0.4.1", description="Local data management with assistance from OpenBIS.", long_description=long_description, long_description_content_type="text/markdown", -- GitLab