Skip to content

Commit

Permalink
Merge pull request #733 from ucbds-infra/release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Sep 9, 2023
2 parents b54f4e2 + 520d723 commit 4247341
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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: 2023-08-24
date-released: 2023-09-09
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: "5.1.3"
version: "5.1.4"
doi: 10.5281/zenodo.5259955
2 changes: 1 addition & 1 deletion docs/_static/grading-environment-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- rpy2
2 changes: 1 addition & 1 deletion docs/_static/grading-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
Binary file modified docs/_static/tutorial.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion otter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from textwrap import dedent


__version__ = "5.1.3"
__version__ = "5.1.4"


LOGO_WITH_VERSION = fr"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- rpy2
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- rpy2
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- rpy2
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- tqdm
2 changes: 1 addition & 1 deletion test/test_run/files/autograder/source/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.3
- otter-grader==5.1.4
- tqdm

0 comments on commit 4247341

Please sign in to comment.