We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f170b39 commit 3b02fafCopy full SHA for 3b02faf
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+2.0.2
5
+-----
6
+
7
+- Fix warning `use of getfuncargvalue is deprecated, use getfixturevalue` (sliverc)
8
9
10
2.0.1
11
-----
12
pytest_factoryboy/__init__.py
@@ -1,7 +1,7 @@
"""pytest-factoryboy public API."""
from .fixture import register, LazyFixture
-__version__ = '2.0.1'
+__version__ = '2.0.2'
__all__ = [
0 commit comments