Skip to content

Commit

Permalink
Merge pull request #323 from mitodl/version_bump
Browse files Browse the repository at this point in the history
Bumping to version 2.4.1
  • Loading branch information
jolyonb committed Dec 8, 2022
2 parents b8e02fc + 953208f commit e863901
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A library of graders for edX Custom Response problems.

Version 2.4.0 ([changelog](docs/changelog.md))
Version 2.4.1 ([changelog](docs/changelog.md))

Copyright 2017-2022 Jolyon Bloomfield and Chris Chudzicki

Expand Down Expand Up @@ -35,7 +35,7 @@ This is not required but can be useful for testing configurations in python, rat

To install:

**Requirements:** An installation of Python 2.7 (since this is what edX currently uses) or Python 3.6 or 3.7 (since edX is in the process of upgrading).
**Requirements:** An installation of Python 2.7 (for older edX versions) or Python 3.6 or 3.7 (current edX versions).

0. (Optional) Create and activate a new python virtual environment.
1. Clone this repository and `cd` into it.
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is a major new version with many new features added. We have been very care

## Version 2.4

### Version 2.4.1

* Implemented the option to specify a tuple of multiple possible answers in an `'expect'` keyword when supplying specific messages and grades.

### Version 2.4.0

* Refactored loading of scipy to only occur when required. This should make the library load significantly faster, which will resolve a lot of codejail timeout errors (we hope!).
Expand Down
2 changes: 1 addition & 1 deletion mitxgraders/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""
from __future__ import print_function, division, absolute_import, unicode_literals

__version__ = "2.4.0"
__version__ = "2.4.1"
Binary file modified python_lib.zip
Binary file not shown.

0 comments on commit e863901

Please sign in to comment.