Skip to content

v1.2.0

Choose a tag to compare

@poautran poautran released this 02 Mar 10:59
· 169 commits to main since this release

Release notes

Summary

Mainly a maintenance release. The big user facing change is that ewoksweb can now be installed as a full-stack app with a simple

pip install ewoksweb

This will install the server-part alongside the web part for ready-to-use local installation ✨ !

For more info on the server part, see the ewokssserver documentation

Bugfixes 🐛

  • Fix compatibility with pip >= 24.1 !507