Skip to content

Commit eb5fc84

Browse files
committed
Bump version to 1.7.1
1 parent 1913bcc commit eb5fc84

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- TBD
1212

1313

14+
## [1.7.1] - 2025-11-14
15+
16+
### Added
17+
18+
- `10_quiz_limited` example assignment
19+
20+
### Fixed
21+
22+
- jmu_pytest_utils supports Python 3.10
23+
24+
### Changed
25+
26+
- `check_return_types()` call args is a tuple
27+
28+
1429
## [1.7.0] - 2025-11-10
1530

1631
### Added
@@ -175,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175190
Initial release; see [v1.0 HISTORY.md](https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md)
176191

177192

178-
[unreleased]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.7.0...HEAD
193+
[unreleased]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.7.1...HEAD
194+
[1.7.1]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.7.0...v1.7.1
179195
[1.7.0]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.6.1...v1.7.0
180196
[1.6.1]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.6.0...v1.6.1
181197
[1.6.0]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.5.0...v1.6.0

jmu_pytest_utils/template/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source .venv/bin/activate
1616
pip install --upgrade pip
1717

1818
# Install libraries
19-
pip install git+https://github.com/JMU-CS/[email protected].0
19+
pip install git+https://github.com/JMU-CS/[email protected].1
2020
if [ -f "requirements.txt" ]; then
2121
pip install -r requirements.txt
2222
fi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="jmu_pytest_utils",
7-
version="1.7.0",
7+
version="1.7.1",
88
description="pytest plugin for Gradescope autograders",
99
author="Chris Mayfield",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)