Skip to content

Commit

Permalink
Bump version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed May 13, 2022
1 parent 8df7312 commit 40b039b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

Unreleased
----------


2.3.0
----------
- Add support for ``factory.PostGenerationMethodCall`` `#103 <https://github.com/pytest-dev/pytest-factoryboy/pull/103>`_ `#87 <https://github.com/pytest-dev/pytest-factoryboy/issues/87>`_.


Expand Down Expand Up @@ -31,6 +35,7 @@ Unreleased
register_user__password="Aslan1",
)
2.2.0
----------
- Drop support for Python 3.6. We now support only python >= 3.7.
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 LazyFixture, register

__version__ = "2.2.1"
__version__ = "2.3.0"


__all__ = ("register", "LazyFixture")

0 comments on commit 40b039b

Please sign in to comment.