Skip to content
Snippets Groups Projects
Commit 913869d4 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Merge branch 'hotfix/pybis-1.31.1'

parents 749c8929 babde06c
No related branches found
Tags pybis-1.8.4
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
## Changes with pybis-1.31.1
- fixed a file download problem when filename contained special characters (e.g. #)
## Changes with pybis-1.31.0
- new entity-type methods: get_next_code() and get_next_sequence()
......
name = "pybis"
__author__ = "Swen Vermeul"
__email__ = "swen@ethz.ch"
__version__ = "1.31.0"
__version__ = "1.31.1"
from . import pybis
from .pybis import DataSet
......
This diff is collapsed.
......@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="PyBIS",
version="1.31.0",
version="1.31.1",
author="Swen Vermeul • ID SIS • ETH Zürich",
author_email="swen@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