From 4681f44f02900590095459c68a4309ef0a10c927 Mon Sep 17 00:00:00 2001 From: Christian Riedel Date: Thu, 21 Jan 2021 12:01:14 +0100 Subject: [PATCH] update changelog; bum version to 3.2.0 --- CHANGELOG.rst | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fbcf4a0..b006753 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,17 @@ formelsammlung Change Log .. towncrier release notes start +v3.2.0 (2021-01-21) +------------------- + +New Features +~~~~~~~~~~~~ + +- ``get_venv_tmp_dir`` now take a tuple of temp dir names to search (optional). +- ``get_venv_tmp_dir`` now can create a temp dir if non is found (opt-in). The name of + the temp dir can be customized. + + v3.1.0 (2021-01-21) ------------------- diff --git a/pyproject.toml b/pyproject.toml index f8c9c5f..d94c8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ #: -- POETRY CONFIG -------------------------------------------------------------------- [tool.poetry] name = "formelsammlung" - version = "3.1.0" + version = "3.2.0" description = "Collection of different functions" authors = ["Cielquan "] license = "GPL-3.0-or-later"