diff --git a/CHANGES.md b/CHANGES.md index 8aa314d9384c9bccd3ad4b3cc8ac2fd47d1f65b0..86eae14036286065812d79ea43555dbf134aa0b6 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 e4f7e5d9289d18f6ef8d62467fec2064737d2545..14f8634c3e622c726319e2e9ef86313d6f87cd0d 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"