Skip to content

Commit

Permalink
Merge pull request #147 from pytest-dev/release-fixes
Browse files Browse the repository at this point in the history
Fixes before release
  • Loading branch information
youtux committed May 2, 2022
2 parents ed3c52f + 9757bbb commit ba268c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased
- Fix `Factory._after_postgeneration <https://factoryboy.readthedocs.io/en/stable/reference.html#factory.Factory._after_postgeneration>`_ method not getting the evaluated ``post_generations`` and ``RelatedFactory`` results correctly in the ``result`` param.
- Factories can now be registered inside classes (even nested classes) and they won't pollute the module namespace.
- Allow the ``@register`` decorator to be called with parameters:

.. code-block:: python
@register
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ python -m build

# Upload them

twine upload dist/*
twine check dist/* && twine upload dist/*
```

0 comments on commit ba268c8

Please sign in to comment.