Skip to content

Commit 0886d55

Browse files
committed
Update project version and release notes
1 parent c0c37e8 commit 0886d55

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASENOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
### v.1.14 [2025-11-26]
4+
5+
- New;
6+
- Upgrade of Python from 3.7 to 3.13, and upgrade to latest packages.
7+
- Fixes;
8+
- [Address security alert from dependabot: Black vulnerable to Regular Expression Denial of Service (ReDoS)](https://github.com/grumBit/aws_cron_expression_validator/pull/27) when running the Black linter. _NB: The vulnerability was only related to linting during development. The aws-cron-expression-validator package itself was not impacted._
9+
310
### v1.1.13 [2024-02-08]
411

512
- Documentation change only;

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aws_cron_expression_validator"
7-
version = "1.1.13"
7+
version = "1.1.14"
88
authors = [
99
{ name="Graham Coster", email="bitjugglers@gmail.com" },
1010
]

0 commit comments

Comments
 (0)