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

fix file download problem

parent 749c8929
No related branches found
No related tags found
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 ## Changes with pybis-1.31.0
- new entity-type methods: get_next_code() and get_next_sequence() - new entity-type methods: get_next_code() and get_next_sequence()
......
name = "pybis" name = "pybis"
__author__ = "Swen Vermeul" __author__ = "Swen Vermeul"
__email__ = "swen@ethz.ch" __email__ = "swen@ethz.ch"
__version__ = "1.31.0" __version__ = "1.31.1"
from . import pybis from . import pybis
from .pybis import DataSet from .pybis import DataSet
......
This diff is collapsed.
...@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh: ...@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name="PyBIS", name="PyBIS",
version="1.31.0", version="1.31.1",
author="Swen Vermeul • ID SIS • ETH Zürich", author="Swen Vermeul • ID SIS • ETH Zürich",
author_email="swen@ethz.ch", author_email="swen@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