Skip to content

Commit c93f241

Browse files
committed
Bump version to 1.6.0
1 parent 7ae956c commit c93f241

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
- TBD
12+
13+
14+
## [1.6.0] - 2025-10-30
15+
1116
### Added
1217

1318
- `get_source_tree` function in audit.py
@@ -141,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141146
Initial release; see [v1.0 HISTORY.md](https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md)
142147

143148

144-
[unreleased]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.5.0...HEAD
149+
[unreleased]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.6.0...HEAD
150+
[1.6.0]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.5.0...v1.6.0
145151
[1.5.0]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.4.0...v1.5.0
146152
[1.4.0]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.3.0...v1.4.0
147153
[1.3.0]: https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.1...v1.3.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/jmu_pytest_utils.git@v1.5.0
19+
pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.6.0
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.5.0",
7+
version="1.6.0",
88
description="pytest plugin for Gradescope autograders",
99
author="Chris Mayfield",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)