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"