From ef8500c48abe27801341dd2828047811cee27c53 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Fri, 17 Jan 2025 11:20:35 +0100 Subject: [PATCH] Bump version to v0.3.3 --- CHANGES.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8e13f49..28e3d18 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # Change log +## v0.3.3 + +- Explicitly add click as dependency + + ## v0.3.2 - Fix InvenioRDM draft file upload logic diff --git a/pyproject.toml b/pyproject.toml index 6f7bbf0..69f77c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "VRE-Repository-Connector" -version = "0.3.2" +version = "0.3.3" 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