Releases: rgreinho/python-cookiecutter
Releases · rgreinho/python-cookiecutter
1.5.0 - 2019-07-17
[1.4.0] - 2019-02-03
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 thegh-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 pytest version do work with
- 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 thevenv
target to run unnecessarily.
Removed
- Remove the
bootstrap-theme
support for Sphinx