Skip to content

Commit

Permalink
release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Sep 8, 2020
1 parent 4fb6bb7 commit 838c3d7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ RUN apt-get clean && \
ADD requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt

RUN pip install otter-grader==1.1.0
RUN pip install otter-grader==1.1.1
2 changes: 1 addition & 1 deletion otter/generate/templates/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rpy2
jupytext
numpy==1.16.0
tornado==5.1.1
otter-grader==1.1.0
otter-grader==1.1.1
{% endif %}{% if other_requirements %}
{{ other_requirements }}{% endif %}
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__ = "1.1.0"
__version__ = "1.1.1"

LOGO_WITH_VERSION = fr"""
_________ __ __
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 @@ -15,4 +15,4 @@ rpy2
jupytext
numpy==1.16.0
tornado==5.1.1
otter-grader==1.1.0
otter-grader==1.1.1
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 @@ -15,4 +15,4 @@ rpy2
jupytext
numpy==1.16.0
tornado==5.1.1
otter-grader==1.1.0
otter-grader==1.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rpy2
jupytext
numpy==1.16.0
tornado==5.1.1
otter-grader==1.1.0
otter-grader==1.1.1

tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ rpy2
jupytext
numpy==1.16.0
tornado==5.1.1
otter-grader==1.1.0
otter-grader==1.1.1

tqdm

0 comments on commit 838c3d7

Please sign in to comment.