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

BIS-768: Pybis 1.36.4rc9

parent 48727c56
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -10,6 +10,7 @@
- Added missing description parameter to new sample type method
- Added missing DATE property type
- Improvement to user.get_roles() method to present proper project identification
- Improvements to property assignment display
## Changes with pybis-1.36.3
......
......@@ -15,7 +15,7 @@
name = "pybis"
__author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "1.36.4-rc8"
__version__ = "1.36.4-rc9"
from . import pybis
from .pybis import DataSet
......
[metadata]
name = PyBIS
version = 1.36.4-rc8
version = 1.36.4-rc9
author = ID SIS • ETH Zürich
author_email = openbis-support@id.ethz.ch
license = Apache Software License Version 2.0
......
......@@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="PyBIS",
version="1.36.4-rc8",
version="1.36.4-rc9",
author="ID SIS • ETH Zürich",
author_email="openbis-support@id.ethz.ch",
description="openBIS connection and interaction, optimized for using with Jupyter",
......
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