Pygments 2.5.0 released, moved to Github

2019-11-26 Thread Matthäus G . Chajdas
I'm happy to announce the release of Pygments 2.5.0. Pygments is a generic syntax highlighter written in Python. Pygments 2.5 is a major new release, adding new lexers as well as providing a large amount of fixes and lexer updates. Please have a look at the changelog

pytest 5.3.1 released

2019-11-26 Thread Bruno Oliveira
pytest 5.3.1 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Ant