From 0277744773ded7d0fafa95e76133b80870ae2df9 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Wed, 2 Nov 2022 13:01:33 +0100 Subject: [PATCH] bump version to 1.34.0 --- pybis/src/python/CHANGELOG.md | 1 + pybis/src/python/setup.cfg | 2 +- pybis/src/python/setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pybis/src/python/CHANGELOG.md b/pybis/src/python/CHANGELOG.md index 0da0f92c27a..52955a469bc 100644 --- a/pybis/src/python/CHANGELOG.md +++ b/pybis/src/python/CHANGELOG.md @@ -1,5 +1,6 @@ ## Changes with pybis-1.34.0 +- better error handling when connecting to openBIS server - add experimental support for datasets via cli ## Changes with pybis-1.33.2 diff --git a/pybis/src/python/setup.cfg b/pybis/src/python/setup.cfg index 1b2974f6353..cf9c067a767 100644 --- a/pybis/src/python/setup.cfg +++ b/pybis/src/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = PyBIS -version = 1.34.0rc4 +version = 1.34.0 author = Swen Vermeul • ID SIS • ETH Zürich author_email = swen@ethz.ch license = Apache Software License Version 2.0 diff --git a/pybis/src/python/setup.py b/pybis/src/python/setup.py index 57d5d9005e9..65b841e3af7 100644 --- a/pybis/src/python/setup.py +++ b/pybis/src/python/setup.py @@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="PyBIS", - version="1.34.0rc4", + version="1.34.0", author="Swen Vermeul • ID SIS • ETH Zürich", author_email="swen@ethz.ch", description="openBIS connection and interaction, optimized for using with Jupyter", -- GitLab