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

SSDM-13737: PYBIS-1.35.6

parent 3ab02233
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -4,7 +4,7 @@
- Fixed property assignment to a newly created sample type.
- Updated docs.
- Fixed sample.del_children() method.
- Fixed metaData attributed assignment case.
- Fixed metaData attribute assignment case.
## Changes with pybis-1.35.5
......
......@@ -15,7 +15,7 @@
name = "pybis"
__author__ = "ID SIS • ETH Zürich"
__email__ = "openbis-support@id.ethz.ch"
__version__ = "1.35.6rc4"
__version__ = "1.35.6"
from . import pybis
from .pybis import DataSet
......
[metadata]
name = PyBIS
version = 1.35.6rc4
version = 1.35.6
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.35.6rc4",
version="1.35.6",
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