Skip to content
Snippets Groups Projects
Commit d0f2c792 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13838: obis-0.4.3rc1

parent 1bd3f5d4
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
# New in version 0.4.3
* Changed upload prints to be more readable
* Changed pybis dependency to version == 1.36.1
# New in version 0.4.2
* Added filtering by object in object and data_set search commands
......
......@@ -14,6 +14,6 @@
#
__author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "0.4.2"
__version__ = "0.4.3rc1"
from .dm import *
......@@ -31,7 +31,7 @@ data_files = [
setup(
name="obis",
version="0.4.2",
version="0.4.3rc1",
description="Local data management with assistance from OpenBIS.",
long_description=long_description,
long_description_content_type="text/markdown",
......@@ -42,7 +42,7 @@ setup(
packages=["obis", "obis.dm", "obis.dm.commands", "obis.scripts"],
data_files=data_files,
package_data={"obis": ["dm/git-annex-attributes"]},
install_requires=["pyOpenSSL", "pytest", "pybis==1.36.0", "click"],
install_requires=["pyOpenSSL", "pytest", "pybis==1.36.1rc2", "click"],
entry_points={"console_scripts": ["obis=obis.scripts.cli:main"]},
zip_safe=False,
python_requires=">=3.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment