File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
jmu_pytest_utils/template Expand file tree Collapse file tree 3 files changed +10
-4
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.5.0] - 2025-10-10
15+
1116### Added
1217
1318- run postsetup.sh at the end of setup.sh (#11 )
@@ -123,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123128Initial release; see [ v1.0 HISTORY.md] ( https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md )
124129
125130
126- [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.4.0...HEAD
131+ [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.5.0...HEAD
132+ [ 1.5.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.4.0...v1.5.0
127133[ 1.4.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.3.0...v1.4.0
128134[ 1.3.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.1...v1.3.0
129135[ 1.2.1 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ 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.4 .0
19+ pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.5 .0
2020if [ -f " requirements.txt" ]; then
2121 pip install -r requirements.txt
2222fi
2323
2424# Additional steps
25- if [[ -f postsetup.sh ] ]; then
25+ if [ -f " postsetup.sh" ]; then
2626 source postsetup.sh
2727fi
Original file line number Diff line number Diff line change 44
55setup (
66 name = "jmu_pytest_utils" ,
7- version = "1.4 .0" ,
7+ version = "1.5 .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