Skip to content

Commit

Permalink
update changelog; bum version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Jan 21, 2021
1 parent 1a3d46e commit 4681f44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 4681f44

Please sign in to comment.