* Add the option ``--randomly-seed=last`` to reuse the last used value for the seed.
2.0.0
------------------
* Drop Python 2 support, only Python 3.4+ is supported now.
1.2.3
------------------
* Fix ``DeprecationWarning`` with recent versions of ``factory_boy``.
1.2.2
------------------
* Fix collection to not sometimes crash when encoutering pytest ``Item``\s without a module.
1.2.1
------------------
* Fix collection to be deterministically shuffled again, regression in 1.2.0.
1.2.0
------------------
* Dropped Python 2.6 compatibility, as upstream dependency NumPy did. * Reset and output the seed at the start of the test run when ``--randomly-dont-reset-seed`` is set, to allow the reorganization of tests to be reproducible.