File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
jmu_pytest_utils/template Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
1111- TBD
1212
13+
14+ ## [ 1.2.1] - 2025-09-07
15+
16+ ### Added
17+
18+ - meta.py module about submission metadata
19+ - ` submission_closed() ` function in meta.py
20+ - ` __all__ ` in coverage.py (for convenience)
21+
22+ ### Changed
23+
24+ - renamed ` within_deadline() ` to ` submission_open() `
25+ - moved ` get_username() ` , ` submission_open() ` , and ` postpone_tests() ` to meta.py
26+
27+
1328## [ 1.2.0] - 2025-09-06
1429
1530### Added
@@ -56,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5671Initial release; see [ v1.0 HISTORY.md] ( https://github.com/JMU-CS/jmu_pytest_utils/blob/v1.0/HISTORY.md )
5772
5873
59- [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.0...HEAD
74+ [ unreleased ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.1...HEAD
75+ [ 1.2.1 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.2.0...v1.2.1
6076[ 1.2.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.1.0...v1.2.0
6177[ 1.1.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/compare/v1.0...v1.1.0
6278[ 1.0 ] : https://github.com/JMU-CS/jmu_pytest_utils/releases/tag/v1.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.0
18+ pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@v1.2.1
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.0 " ,
7+ version = "1.2.1 " ,
88 description = "pytest plugin for Gradescope autograders" ,
99 author = "Chris Mayfield" ,
1010 author_email = "mayfiecs@jmu.edu" ,
You can’t perform that action at this time.
0 commit comments