* Update PyPI development status as inactive. This package is no longer maintained, see README.rst. * Dropped Python 2.6 compatibility, as upstream dependency NumPy did.
1.2.5
------------------
* Set a high plugin score to ensure that ``nose-randomly`` is loaded before other plugins. This fixes a bug where randomization would disapper when using the ``doctests`` plugin that is included with Nose.
1.2.4
------------------
* Reset the random state for NumPy too.
1.2.3
------------------
* Fixed output so the random seed is always output when the plugin is enabled, not just when resetting ``random.seed()`` at the start of tests. Thanks amygdalama.
1.2.2
------------------
* Fixed to work with ``python setup.py nosetests`` on Python 2 due to issue with ``unicode`` not working with ``distutils.fancy_getopt``.