Skip to content

Commit

Permalink
Bump version number 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpidsadnyi committed Jan 29, 2018
1 parent c5362f0 commit 2c866a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ These people have contributed to `pytest-factoryboy`, in alphabetical order:

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


1.3.2
-----

- use {posargs} in pytest command (blueyed)
- pin factory_boy<2.9 (blueyed)


1.3.1
-----

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.3.1'
__version__ = '1.3.2'


__all__ = [
Expand Down

0 comments on commit 2c866a5

Please sign in to comment.