Skip to content

Commit 10d5f44

Browse files
committed
Fix link to release notes.
1 parent 9e1080f commit 10d5f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.4"
7+
version = "1.1.5"
88
authors = [
99
{ name="Graham Coster", email="bitjugglers@gmail.com" },
1010
]
@@ -23,7 +23,7 @@ classifiers = [
2323
"Bug Tracker" = "https://github.com/grumBit/aws_cron_expression_validator/issues"
2424
"Source" = "https://github.com/grumBit/aws_cron_expression_validator"
2525
"Security Policy" = "https://github.com/grumbit/aws_cron_expression_validator/blob/master/.github/SECURITY.md"
26-
"Release Notes" = "https://github.com/grumbit/aws_cron_expression_validator/blob/master/.github/SECURITY.md"
26+
"Release Notes" = "https://github.com/grumBit/aws_cron_expression_validator/blob/master/RELEASENOTES.md"
2727

2828
[tool.pytest.ini_options]
2929
addopts = "--cov-report html --cov-report term-missing --cov-fail-under 95"

0 commit comments

Comments
 (0)