Release 0.5.0
- chg: [documentation] Updated documentation (9f38db1);
- chg: [API] CLIENT_REGISTRATION_OPEN is now set to True by default (b277436);
- fix: [security] prevent the creation of new admin users (even by an admin) (257c16f);
- fix: replaced after_request by before_request for the API (88a276b);
- small codebase fix for container image (82cdeaa);
- dockerfile and build pipeline (f8c663b);
- updated Python dependencies.