diff --git a/CHANGES.rst b/CHANGES.rst index 679a1fd..f1dab20 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,9 @@ Changelog Unreleased ---------- + +2.6.0 +---------- - Drop python 3.7 support and add support for python 3.12. Supported versions are now: 3.8, 3.9, 3.10, 3.11, 3.12. `#197 `_ - Drop support for pytest < 6.2. We now support only pytest >= 6.2 (tested against pytest 7.4 at the time of writing). `#197 `_ diff --git a/pyproject.toml b/pyproject.toml index fc1ebd9..6364d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-factoryboy" -version = "2.5.1" +version = "2.6.0" description = "Factory Boy support for pytest." authors = ["Oleg Pidsadnyi "] maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]