File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ Changelog
44Unreleased
55----------
66
7- - Drop support for Python 2.7, 3.4, 3.5. We now support only python >= 3.6.
8- - Add python 3.9 and 3.10 to the CI test matrix.
9- - Add pytest 6 to the CI test matrix.
10- - Drop support for pytest < 4.6.
7+ 2.1.0
8+ -----
9+
1110- Add support for factory_boy >= 3.2.0
11+ - Drop support for Python 2.7, 3.4, 3.5. We now support only python >= 3.6.
12+ - Drop support for pytest < 4.6. We now support only pytest >= 4.6.
13+ - Add missing versions of python (3.9 and 3.10) and pytest (6.x.x) to the CI test matrix.
1214
1315
14162.0.3
Original file line number Diff line number Diff line change 11"""pytest-factoryboy public API."""
22from .fixture import register , LazyFixture
33
4- __version__ = "2.0.3 "
4+ __version__ = "2.1.0 "
55
66
77__all__ = [
You can’t perform that action at this time.
0 commit comments