Published October 22, 2025
I am pleased to announce the release of Render Engine version 2025.10.1. This version has been in the works for the last few months and includes:
Coming up in a future release:
ContentManager to allow you to determine where you want the content for a collection
comes from. Maybe you want it to come from multiple directories. Maybe you want it to
come from a database. I don't know. This will let you add your own ContentManager so
you can specify it yourself.Render Engine is available on PyPi. Install
via pip install render-engine. Documentation can be found
at https://render-engine.readthedocs.io/en/latest/.
If you're interested in contributing check us out on GitHub.
* To install the CLI run pip install render-engine-cli . Please note that there may be some
slight changes in the commands between the old and new CLIs.
** Refer to the documentation for details on how.