Skip to content

Commit

Permalink
Release v6.0.2 (#877)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 27, 2024
1 parent b81ee3f commit 64f2cc3
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-26
date-released: 2024-10-27
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.1"
version: "6.0.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 @@ -22,4 +22,4 @@ dependencies:
- r-usethis
- r-ottr==1.5.0
- pip:
- otter-grader[grading,plugins,r]==6.0.1
- otter-grader[grading,plugins,r]==6.0.2
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.1
- otter-grader[grading,plugins]==6.0.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 @@ -6,7 +6,7 @@
from textwrap import dedent, indent


__version__ = "6.0.1"
__version__ = "6.0.2"


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.1"
version = "6.0.2"
description = "A Python and R autograding solution"
authors = ["Christopher Pyles <cpyles@berkeley.edu>"]
license = "BSD-3-Clause"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- pip
- nb_conda_kernels
- pip:
- otter-grader[grading,plugins]==6.0.1
- otter-grader[grading,plugins]==6.0.2
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.1
- otter-grader[grading,plugins]==6.0.2
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.1
- otter-grader[grading,plugins,r]==6.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- pip
- nb_conda_kernels
- pip:
- otter-grader[grading,plugins]==6.0.1
- otter-grader[grading,plugins]==6.0.2
- tqdm
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- nb_conda_kernels
- pip:
- statsmodels
- otter-grader[grading,plugins]==6.0.1
- otter-grader[grading,plugins]==6.0.2
- tqdm
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.1
- otter-grader[grading,plugins,r]==6.0.2
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.1
- otter-grader[grading,plugins,r]==6.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ dependencies:
- pip
- nb_conda_kernels
- pip:
- otter-grader[grading,plugins]==6.0.1
- otter-grader[grading,plugins]==6.0.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 @@ -7,5 +7,5 @@ dependencies:
- pip
- nb_conda_kernels
- pip:
- otter-grader[grading,plugins]==6.0.1
- otter-grader[grading,plugins]==6.0.2
- tqdm

0 comments on commit 64f2cc3

Please sign in to comment.