Skip to content

[1.4.0] - 2019-02-03

Choose a tag to compare

@rgreinho rgreinho released this 18 Jul 00:03
· 7 commits to master since this release
9ee69fb

Added

  • Add a CHANGELOG.md file.
  • Setup loguru for logging.
  • Add a hook to initialize the gh-pages branch.
  • Add a script and a Makefile target to update the documentation in the gh-pages branch.
  • Add support for pytest-xdist to run tests in a distributed fashion

Changed

  • Rename the Makefile targets.
  • Fix the Makefile target dependencies.
  • Update the dependencies.
    • Adjust pytest version do work with pytest-socket.
  • Adjust the CircleCI configuration.
    • Use Python 3.7.0
    • Update the workflow to publish the documentation to GitHub pages automatically.
  • Move the tests directory to the root of the project.
  • Restructure the documentation in a more sensible way.
  • Use the aiohttp theme for the documentation.
  • Use a custom CSS file to emphasize keywords in the reference documentation and keywords between backticks.

Fixed

  • Fix the Makefile to prevent the venv target to run unnecessarily.

Removed

  • Remove the bootstrap-theme support for Sphinx