We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87817b9 commit c8bbf03Copy full SHA for c8bbf03
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-2.0.0
+2.0.1
5
-----
6
7
Breaking change due to the heavy refactor of both pytest and factory_boy.
pytest_factoryboy/__init__.py
"""pytest-factoryboy public API."""
from .fixture import register, LazyFixture
-__version__ = '2.0.0'
+__version__ = '2.0.1'
__all__ = [
0 commit comments