Skip to content

Commit 240f7bc

Browse files
committed
Bump version to 2.6.0
1 parent 40c54df commit 240f7bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog
33

44
Unreleased
55
----------
6+
7+
2.6.0
8+
----------
69
- 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 <https://github.com/pytest-dev/pytest-factoryboy/pull/197>`_
710
- Drop support for pytest < 6.2. We now support only pytest >= 6.2 (tested against pytest 7.4 at the time of writing). `#197 <https://github.com/pytest-dev/pytest-factoryboy/pull/197>`_
811

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-factoryboy"
3-
version = "2.5.1"
3+
version = "2.6.0"
44
description = "Factory Boy support for pytest."
55
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>"]
66
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]

0 commit comments

Comments
 (0)