Skip to content

Commit abb8a2d

Browse files
committed
Bump version to 2.1.0 (and update CHANGES.rst)
1 parent 5540be6 commit abb8a2d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Changelog
44
Unreleased
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

1416
2.0.3

pytest_factoryboy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""pytest-factoryboy public API."""
22
from .fixture import register, LazyFixture
33

4-
__version__ = "2.0.3"
4+
__version__ = "2.1.0"
55

66

77
__all__ = [

0 commit comments

Comments
 (0)