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.3.0] - 2025-09-17
15+
1116### Added
1217
1318- ` assert_no_if ` function in audit.py
@@ -84,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8489Initial release; see [ v1.0 HISTORY.md] ( https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md )
8590
8691
87- [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.1...HEAD
92+ [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.3.0...HEAD
93+ [ 1.3.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.1...v1.3.0
8894[ 1.2.1 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.0...v1.2.1
8995[ 1.2.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.1.0...v1.2.0
9096[ 1.1.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.0...v1.1.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ source .venv/bin/activate
1515pip install --upgrade pip
1616
1717# Install libraries
18- pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.2.1
18+ pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.3.0
1919if [ -f " requirements.txt" ]; then
2020 pip install -r requirements.txt
2121fi
Original file line number Diff line number Diff line change 44
55setup (
66 name = "jmu_pytest_utils" ,
7- version = "1.2.1 " ,
7+ version = "1.3.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