Skip to content

Commit

Permalink
release v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 26e096c commit 1947061
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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: 2024-10-30
date-released: 2024-11-07
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: "6.0.3"
version: "6.0.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 @@ -22,4 +22,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.3
- otter-grader[grading,plugins,r]==6.0.4
2 changes: 1 addition & 1 deletion docs/_static/grading-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- pip
- nb_conda_kernels
- pip:
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.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 @@ -6,7 +6,7 @@
from textwrap import dedent, indent


__version__ = "6.0.3"
__version__ = "6.0.4"


LOGO_WITH_VERSION = rf"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "otter-grader"
version = "6.0.3"
version = "6.0.4"
description = "A Python and R autograding solution"
authors = ["Christopher Pyles <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.3
- otter-grader[grading,plugins,r]==6.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.4
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
- jupyter_server
- pip:
- statsmodels
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.4
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.3
- otter-grader[grading,plugins,r]==6.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.3
- otter-grader[grading,plugins,r]==6.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.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 @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- jupyter_server
- pip:
- otter-grader[grading,plugins]==6.0.3
- otter-grader[grading,plugins]==6.0.4
- tqdm

0 comments on commit 1947061

Please sign in to comment.