Skip to content

Commit 3b02faf

Browse files
committed
Release 2.0.2
1 parent f170b39 commit 3b02faf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
2.0.2
5+
-----
6+
7+
- Fix warning `use of getfuncargvalue is deprecated, use getfixturevalue` (sliverc)
8+
9+
410
2.0.1
511
-----
612

pytest_factoryboy/__init__.py

+1-1
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.1'
4+
__version__ = '2.0.2'
55

66

77
__all__ = [

0 commit comments

Comments
 (0)