From a5f5fd96d8ebfe12f00bf2fddb92fe25af961224 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Fri, 11 Nov 2022 14:25:27 -0800 Subject: [PATCH] prepare release --- VERSION | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f1b600ebc..127778996 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,9 @@ -RunestoneServer-6.1.9 +RunestoneServer-6.1.10 + +- Add filter to manual grading to only show ungraded questions. +- Clean up the student peer instruction selection page +- Allow users to register from the library page. + Changes since 6.1.7 - Hide original webwork on the assignment and grading interface diff --git a/pyproject.toml b/pyproject.toml index 231ee1cb3..28a12967e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ # ================ [tool.poetry] name = "runestone_poetry_project" -version = "6.1.9" +version = "6.1.10" description = "A web2py-based server for the Runestone e-book system." authors = ["Brad Miller ", "Bryan A. Jones