Skip to content

Commit 18e1a54

Browse files
Merge pull request #181 from networktocode/release-v1.5.1-to-develop
Release v1.5.1 to develop
2 parents 6bd5f06 + 08cdb0a commit 18e1a54

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.5.1 - 2025-11-12
4+
5+
- #179 Added Python 3.13 support.
6+
37
## v1.5.0 - 2025-11-10
48

59
This housekeeping release updates the supported Python version to a 3.10 minimum and the optional Ansible dependency to 2.16. It also updated most dependencies, fixed tests, and CI.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "schema-enforcer"
3-
version = "1.5.1a0"
3+
version = "1.5.2a0"
44
description = "Tool/Framework for testing structured data against schema definitions"
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)