diff --git a/docs/changelog.rst b/docs/changelog.rst index 21262ef1..82dc8085 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,7 +3,7 @@ ChangeLog .. Note for v4.x: don't forget to check "Deprecated" sections for removal. -3.2.0 (unreleased) +3.2.0 (2020-12-28) ------------------ *New:* diff --git a/setup.cfg b/setup.cfg index 1005f55b..7a85f345 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = factory_boy -version = 3.1.1.dev0 +version = 3.2.0 description = A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby. long_description = file: README.rst author = Mark Sandstrom