Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Jul 8, 2024
1 parent 1e9702b commit 7805cfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## Version 1.4.0 (XXXX-XX-XX)
## Version 1.4.0 (2024-07-08)

- Prevent belated redirects away from attempt report page (e.g. to login page)
- Increase defaults for job and attempt export timeouts
- Improve pytest unit tests
- Improve verbosity of error messages on job timeout due to missing "ready signals"
- Update Python dependencies
- Address CVE-2024-39689 in `certifi` package


## Version 1.3.10 (2024-06-20)
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Config:
APP_NAME = "moodle-quiz-archive-worker"
"""Name of this app."""

VERSION = "1.3.10-dev+202407041728"
VERSION = "1.4.0"
"""Version of this app."""

LOG_LEVEL = logging.getLevelNamesMapping()[os.getenv('QUIZ_ARCHIVER_LOG_LEVEL', default='INFO')]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moodle-quiz-archive-worker"
version = "1.3.10-dev+202407041728"
version = "1.4.0"
description = "Quiz archiver service to work in conjunction with the Moodle plugin 'quiz_archiver'"
authors = ["Niels Gandraß <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7805cfb

Please sign in to comment.