From ad81017ae28dd3a85ec950d5ecc603d03326485f Mon Sep 17 00:00:00 2001 From: Graham Coster Date: Thu, 1 Feb 2024 13:09:39 +1100 Subject: [PATCH] version bump --- RELEASENOTES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ac2486a..b5b89c7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,6 @@ # Release History -### v1.1.7 [2024-02-01] +### v1.1.8 [2024-02-01] - Fixes; - [Does not support "last Wednesday of the month" syntax](https://github.com/grumBit/aws_cron_expression_validator/issues/12) diff --git a/pyproject.toml b/pyproject.toml index 9180292..f8d488b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aws_cron_expression_validator" -version = "1.1.7" +version = "1.1.8" authors = [ { name="Graham Coster", email="bitjugglers@gmail.com" }, ]