- Dropped Python 2.7 support since faker no longer supports it.
4.0.1
------------------
- Fixed line feeds in CHANGES.rst and setup.py - Removed unneeded Python 2.6 workarounds in Travis-CI config.
4.0.0
------------------
- fake-factory was renamed to faker. (thanks funkymonkeymonk) - Dropped Python 2.6 support since faker no longer supports it. (thanks funkymonkeymonk)
3.0.0
------------------
- Use robotframework syntax highlighting in README.rst examples. (thanks pekkaklarck) - Autocast string inputs to their most likely types. Adds wrapt as a dependency. NOTE: This change breaks some backwards-compatibility. - Set up static analysis in Travis-CI.
2.0.4
------------------
- Remove changelog from PyPI long_description, it breaks the rst rendering :(
2.0.3
------------------
- Fixed example in README. - Add changelog to PyPI long_description.