Skip to content

Commit

Permalink
release v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Sep 12, 2021
1 parent b8bc05e commit f3cc4f5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ authors:
-
name: UC Berkeley Data Science Education Program
cff-version: "1.1.0"
date-released: 2021-09-09
date-released: 2021-09-12
license: "BSD-3-Clause"
message: "If you use this software, please cite it as below."
repository-code: "https://github.com/ucbds-infra/otter-grader"
title: "Otter-Grader: A Python and R autograding solution"
version: "3.1.2"
version: "3.1.3"
doi: 10.5281/zenodo.5259955
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ RUN mkdir /autograder
ADD requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt

RUN pip install git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
RUN pip install otter-grader==3.1.3
2 changes: 1 addition & 1 deletion otter/generate/templates/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ nbconvert
nbformat
dill
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3
{% endif %}{% if other_requirements %}
{{ other_requirements }}{% endif %}
2 changes: 1 addition & 1 deletion otter/generate/templates/r/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ nbformat
dill
rpy2
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3
2 changes: 1 addition & 1 deletion otter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from textwrap import dedent

__version__ = "3.1.2"
__version__ = "3.1.3"

LOGO_WITH_VERSION = f"""\
_________ __ __
Expand Down
2 changes: 1 addition & 1 deletion test/test-assign/gs-autograder-correct/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ nbconvert
nbformat
dill
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3
2 changes: 1 addition & 1 deletion test/test-assign/rmd-autograder-correct/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ nbformat
dill
rpy2
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3
2 changes: 1 addition & 1 deletion test/test-run/autograder/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ nbconvert
nbformat
dill
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3

tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ nbconvert
nbformat
dill
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3

tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ nbconvert
nbformat
dill
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3

tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ nbconvert
nbformat
dill
numpy
git+https://github.com/ucbds-infra/otter-grader.git@6bc9682296fce1667430b5286ebcb285cc2668de
otter-grader==3.1.3

tqdm

0 comments on commit f3cc4f5

Please sign in to comment.