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

SSDM-55: oBIS-0.4.5

parent bbb2d0c2
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.5
* Changed pybis dependency to version == 1.36.3
# New in version 0.4.4 # New in version 0.4.4
* Improvements to dataset upload functionality * Improvements to dataset upload functionality
......
...@@ -14,6 +14,6 @@ ...@@ -14,6 +14,6 @@
# #
__author__ = "ID SIS • ETH Zürich" __author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch" __email__ = "openbis-support@id.ethz.ch"
__version__ = "0.4.4" __version__ = "0.4.5"
from .dm import * from .dm import *
...@@ -31,7 +31,7 @@ data_files = [ ...@@ -31,7 +31,7 @@ data_files = [
setup( setup(
name="obis", name="obis",
version="0.4.4", version="0.4.5",
description="Local data management with assistance from OpenBIS.", description="Local data management with assistance from OpenBIS.",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
...@@ -42,7 +42,7 @@ setup( ...@@ -42,7 +42,7 @@ setup(
packages=["obis", "obis.dm", "obis.dm.commands", "obis.scripts"], packages=["obis", "obis.dm", "obis.dm.commands", "obis.scripts"],
data_files=data_files, data_files=data_files,
package_data={"obis": ["dm/git-annex-attributes"]}, package_data={"obis": ["dm/git-annex-attributes"]},
install_requires=["pyOpenSSL", "pytest", "pybis==1.36.2", "click"], install_requires=["pyOpenSSL", "pytest", "pybis==1.36.3", "click"],
entry_points={"console_scripts": ["obis=obis.scripts.cli:main"]}, entry_points={"console_scripts": ["obis=obis.scripts.cli:main"]},
zip_safe=False, zip_safe=False,
python_requires=">=3.3", 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