Skip to content

Commit 048295e

Browse files
release v6.1.5 (#946)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d880616 commit 048295e

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
**v6.1.5 (unreleased):**
3+
**v6.1.5:**
44

55
* Pin miniforge version in grading image to v25.3.1-0
66
* Upgrade ottr in grading image to v1.5.2

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ authors:
88
-
99
name: UC Berkeley Data Science Education Program
1010
cff-version: "1.1.0"
11-
date-released: 2025-08-24
11+
date-released: 2025-09-16
1212
license: "BSD-3-Clause"
1313
message: "If you use this software, please cite it as below."
1414
repository-code: "https://github.com/ucbds-infra/otter-grader"
1515
title: "Otter-Grader: A Python and R autograding solution"
16-
version: "6.1.4"
16+
version: "6.1.5"
1717
doi: 10.5281/zenodo.5259955

docs/_static/grading-environment-r.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dependencies:
2525
- r-usethis
2626
- r-ottr==1.5.0
2727
- pip:
28-
- otter-grader[grading,plugins,r]==6.1.4
28+
- otter-grader[grading,plugins,r]==6.1.5

docs/_static/grading-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- pip
88
- nb_conda_kernels
99
- pip:
10-
- otter-grader[grading,plugins]==6.1.4
10+
- otter-grader[grading,plugins]==6.1.5

docs/_static/tutorial.zip

0 Bytes
Binary file not shown.

otter/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from textwrap import dedent, indent
77

88

9-
__version__ = "6.1.4"
9+
__version__ = "6.1.5"
1010

1111

1212
LOGO_WITH_VERSION = rf"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "otter-grader"
3-
version = "6.1.4"
3+
version = "6.1.5"
44
description = "A Python and R autograding solution"
55
authors = ["Christopher Pyles <cpyles@berkeley.edu>"]
66
license = "BSD-3-Clause"

test/test_assign/files/example-autograder-correct/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- pip
77
- jupyter_server
88
- pip:
9-
- otter-grader[grading,plugins]==6.1.4
9+
- otter-grader[grading,plugins]==6.1.5

test/test_assign/files/gs-autograder-correct/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- pip
88
- jupyter_server
99
- pip:
10-
- otter-grader[grading,plugins]==6.1.4
10+
- otter-grader[grading,plugins]==6.1.5

test/test_assign/files/rmd-autograder-correct/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dependencies:
2525
- r-usethis
2626
- r-ottr==1.5.2
2727
- pip:
28-
- otter-grader[grading,plugins,r]==6.1.4
28+
- otter-grader[grading,plugins,r]==6.1.5

0 commit comments

Comments
 (0)