File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
jmu_pytest_utils/template Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
141146Initial 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ source .venv/bin/activate
1616pip 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
2020if [ -f " requirements.txt" ]; then
2121 pip install -r requirements.txt
2222fi
Original file line number Diff line number Diff line change 44
55setup (
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
You can’t perform that action at this time.
0 commit comments