From 30d12a51aa9fb25cd703fecf3832ece888e88b5e Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Sun, 2 Jun 2024 23:56:20 +0200 Subject: [PATCH] Bump version to v0.3.1 --- CHANGES.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8aa314d..86eae14 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ # Change log +## v0.3.1 + +- Unify logic for creating paths for downloaded files, based on `tempfile.tempdir` +- Add `base_url` property to wrappers +- Display information about the repository in the `vrc download` shell command + + ## v0.3.0 - Add CLI command `vrc` for accessing the auto API via the shell diff --git a/pyproject.toml b/pyproject.toml index e4f7e5d..14f8634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VRE-Repository-Connector" -version = "0.3.0" +version = "0.3.1" description = "Library for connecting the virtual research environment of TU Wien with its research data repositories" authors = ["Maximilian Moser <maximilian.moser@tuwien.ac.at>", "Sotirios Tsepelakis <sotirios.tsepelakis@tuwien.ac.at>", "Martin Weise <martin.weise@tuwien.ac.at>"] license = "MIT" -- GitLab