Skip to content

Commit 8c632ae

Browse files
committed
Bump version to 1.3.0
1 parent 7ba1772 commit 8c632ae

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.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
8489
Initial 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

jmu_pytest_utils/template/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source .venv/bin/activate
1515
pip 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
1919
if [ -f "requirements.txt" ]; then
2020
pip install -r requirements.txt
2121
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.2.1",
7+
version="1.3.0",
88
description="pytest plugin for Gradescope autograders",
99
author="Chris Mayfield",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)