Skip to content

Commit

Permalink
release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Sep 4, 2021
1 parent 2dcf983 commit 9206bcd
Show file tree
Hide file tree
Showing 12 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-08-28
date-released: 2021-09-04
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.0.6"
version: "3.1.0"
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@6810d91503b0a33e6b6ac240cb081140001a6370
RUN pip install otter-grader==3.1.0
Binary file modified docs/_static/tutorial.zip
Binary file not shown.
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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0
{% 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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0
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.0.6"
__version__ = "3.1.0"

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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0
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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0
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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0

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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0

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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0

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@6810d91503b0a33e6b6ac240cb081140001a6370
otter-grader==3.1.0

tqdm

0 comments on commit 9206bcd

Please sign in to comment.