Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenkoff committed Oct 18, 2016
1 parent 532835d commit 771736d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Authors
These people have contributed to `pytest-factoryboy`, in alphabetical order:

* `Anatoly Bubenkov <bubenkoff@gmail.com>`_
* `Daniel Duong`
* `Daniel Duong <https://github.com/dduong42>`_
* `p13773 <https://github.com/p13773>`_
* `Vasily Kuznetsov <https://github.com/kvas-it>`_
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.3.0
-----

- replace request._fixturedefs by request._fixture_defs (p13773)


1.2.2
-----

Expand Down
2 changes: 1 addition & 1 deletion pytest_factoryboy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""pytest-factoryboy public API."""
from .fixture import register, LazyFixture

__version__ = '1.2.2'
__version__ = '1.3.0'


__all__ = [
Expand Down

0 comments on commit 771736d

Please sign in to comment.