Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 2a92fb2

Browse files
committed
Bug Fix Release
- fix grading for multiple students on short answer q's - confirm sharing - don't save student code to instructor account when grading Java progs
1 parent 73fe5db commit 2a92fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open('requirements.txt', 'r') as fh:
44
dependencies = [l.strip() for l in fh]
55

6-
VERSION='4.1.8'
6+
VERSION='4.1.9'
77
setup(
88
name='runestone',
99
description='Sphinx extensions for writing interactive documents.',

0 commit comments

Comments
 (0)