Skip to content

Commit

Permalink
update changelog; bump version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Dec 7, 2020
1 parent 516bc06 commit bb24ec2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ formelsammlung Change Log

.. towncrier release notes start
v3.0.0 (2020-12-07)
-------------------

Breaking Changes
~~~~~~~~~~~~~~~~

- ``get_venv_path``, ``get_venv_bin_dir``, ``get_venv_tmp_dir`` and
``get_venv_site_packages_dir`` now always raise ``FileNotFoundError`` when a venv or
the corresponding directory could not be found. Removed the ``raises_error`` parameter.


----


v2.0.0 (2020-12-07)
-------------------

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 = "2.0.0"
version = "3.0.0"
description = "Collection of different functions"
authors = ["Cielquan <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit bb24ec2

Please sign in to comment.