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

SSDM-14155: PyBIS-1.36.4-rc5

parent 02385169
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
- Refactored new_experiment documentation - Refactored new_experiment documentation
- Fixed delete vocabulary term method - Fixed delete vocabulary term method
- Fixed v1 dataset upload - Fixed v1 dataset upload
- Fixed PropertyAssignment data frame creation
- Improved property data type validation
## Changes with pybis-1.36.3 ## Changes with pybis-1.36.3
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
name = "pybis" name = "pybis"
__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__ = "1.36.4-rc2" __version__ = "1.36.4-rc5"
from . import pybis from . import pybis
from .pybis import DataSet from .pybis import DataSet
......
[metadata] [metadata]
name = PyBIS name = PyBIS
version = 1.36.4-rc4 version = 1.36.4-rc5
author = ID SIS • ETH Zürich author = ID SIS • ETH Zürich
author_email = openbis-support@id.ethz.ch author_email = openbis-support@id.ethz.ch
license = Apache Software License Version 2.0 license = Apache Software License Version 2.0
......
...@@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh: ...@@ -26,7 +26,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name="PyBIS", name="PyBIS",
version="1.36.4-rc4", version="1.36.4-rc5",
author="ID SIS • ETH Zürich", author="ID SIS • ETH Zürich",
author_email="openbis-support@id.ethz.ch", author_email="openbis-support@id.ethz.ch",
description="openBIS connection and interaction, optimized for using with Jupyter", 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