From 130cbedd8e66d17aa8a8a84af69ae01219cbfe13 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Sat, 1 Jun 2024 19:23:28 +0200 Subject: [PATCH] Bump version to v0.2.2 --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1206180..1636346 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ # Change log +## v0.2.2 + +- Enhance capabilities for determining the set of files to download from a URL with `.auto.download()` +- Provide a `.auto.download_all()` shorthand + + ## v0.2.1 - Fix creation of `.auto.DEFAULT_URLS` dictionary diff --git a/pyproject.toml b/pyproject.toml index 2fbbaa9..5ea08a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VRE-Repository-Connector" -version = "0.2.1" +version = "0.2.2" 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