Robot Framework 3.0.1 fixes several higher and lower level bugs in the earlier releases, and also adds some really nice enhancements. The most important new features are the ability to limit parsing of test case files to a certain file type (e.g. `--extension robot`, 2365) and case-insensitivity support added to most comparison keywords in the BuiltIn library (2439). Robot Framework also now officially supports [PyPy](http://pypy.org), an alternative and in some contexts faster and more memory efficient implementation of the Python language (#2513). For more details about the features and fixes see the [full release notes](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.0.1.rst).
Source distribution is available at [PyPI](https://pypi.python.org/pypi/robotframework/3.0.1) and pip users can simply run `pip install --upgrade robotframework` to install or upgrade to the latest release or `pip install robotframework==3.0.1` to install exactly this version.
This release has been sponsored by the [Robot Framework Foundation](http://robotframework.org/foundation) and would not have been possible with this scope otherwise. Big thanks for all the member companies of the foundation for your support!
Robot Framework 3.0.1 was released on Friday January 6, 2017.