From 4fbbd9631c27dfee1b8eb1509c3443e623803c99 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Sat, 8 Oct 2022 07:43:57 -0500 Subject: [PATCH] Release --- VERSION | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6e7e23016..2df1ff522 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,11 @@ -RunesotneServer-6.1.4 +RunestoneServer-6.1.5 + +Changes since 6.1.4 +- Fix: potential crasher in practice if a question is missing htmlsrc +- Change: Save tickets to folder so for access when debugging +- Documentation updates + +RunestoneServer-6.1.4 Changes Since 6.1.3 - discourage students from leaving or refreshing their peer assignment page. diff --git a/pyproject.toml b/pyproject.toml index 58bb1acbd..54e8bfc20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ # ================ [tool.poetry] name = "runestone_poetry_project" -version = "6.1.4" +version = "6.1.5" description = "A web2py-based server for the Runestone e-book system." authors = ["Brad Miller ", "Bryan A. Jones