Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngandrass committed Oct 10, 2024
1 parent fd63c71 commit b583de2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version X.Y.Z (YYYY-MM-DD)
## Version 2.1.0 (2024-10-10)

- Add a demo mode to allow setting up a public quiz archive worker service for testing.
- In demo mode, a watermark will be added to all generated PDFs, only a
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 = "2.0.0"
VERSION = "2.1.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 = "2.0.0"
version = "2.1.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 b583de2

Please sign in to comment.