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