Skip to content

Commit

Permalink
Fixing readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpidsadnyi committed Jun 29, 2016
1 parent 3c41cb0 commit 9ab025b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ These people have contributed to `pytest-factoryboy`, in alphabetical order:

* `Anatoly Bubenkov <bubenkoff@gmail.com>`_
* `Daniel Duong`
* `Vasily Kuznetsov https://github.com/kvas-it`_
* `Vasily Kuznetsov <https://github.com/kvas-it>`_
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.2.0
1.2.1
-----

- automatical resolution of the post-generation dependencies (olegpidsadnyi, kvas-it)
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ Hooks
pytest-factoryboy exposes several `pytest hooks <http://pytest.org/latest/plugins.html#well-specified-hooks>`_
which might be helpful for e.g. controlling database transaction, for reporting etc:

* pytest_factoryboy_done(request) - Called after all factory based fixtures and their post-generation actions
have been evaluated.
* pytest_factoryboy_done(request) - Called after all factory based fixtures and their post-generation actions have been evaluated.


License
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.0'
__version__ = '1.2.1'


__all__ = [
Expand Down

0 comments on commit 9ab025b

Please sign in to comment.