Skip to content

Commit

Permalink
Merge pull request #711 from ucbds-infra/release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Aug 18, 2023
2 parents 6393048 + 05e05bd commit e6ece6b
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-12
date-released: 2023-08-18
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.1"
version: "5.1.2"
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.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
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.1"
__version__ = "5.1.2"


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.1
- otter-grader==5.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.1
- otter-grader==5.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies:
- numpy
- gspread
- pypdf
- otter-grader==5.1.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
- 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.1
- otter-grader==5.1.2
- tqdm

0 comments on commit e6ece6b

Please sign in to comment.