* Improved error handling in `create_translation_file`
9.6.0
* Added management command `create_translation_file` to smoothen the workflow with translation files * Added docs about pipeline checks for translation files
9.5.1
* Fixed bug in coverage script that a set `GITLAB_CI_DISABLE_COVERAGE` would always skip coverage check * Bugfix in `number_to_string` for more recent Django versions
9.5.0
* Added django message test helper method `assert_message_not_in_request`
9.4.4
* Downgraded sphinx to 7.1.* for Python 3.8 compatability