Skip to content

Commit c8bbf03

Browse files
committed
Release 2.0.1
1 parent 87817b9 commit c8bbf03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
2.0.0
4+
2.0.1
55
-----
66

77
Breaking change due to the heavy refactor of both pytest and factory_boy.

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.0'
4+
__version__ = '2.0.1'
55

66

77
__all__ = [

0 commit comments

Comments
 (0)