Skip to content

Commit 66c630c

Browse files
committed
Bump version to 2.7.0
1 parent 8c1809a commit 66c630c

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.7.0
8+
----------
69
- Declare required python version >= 3.8. (python 3.7 support was already removed in 2.6.0, the declared supported version tag was not updated though). `#215 <https://github.com/pytest-dev/pytest-factoryboy/pull/215>`_
710

811
2.6.1

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.6.1"
3+
version = "2.7.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)