From 4243520d1dc1c75789125dbc824502b959736569 Mon Sep 17 00:00:00 2001 From: Graham Coster Date: Thu, 8 Feb 2024 09:57:03 +1100 Subject: [PATCH] Update package version info --- RELEASENOTES.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cd1f79d..da81995 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,10 @@ # Release History +### v1.1.11 [2024-02-08] + +- Fixes; + - [Latest version 1.1.10 does not seem to work with Python 3.12](https://github.com/grumBit/aws_cron_expression_validator/issues/20) + ### v1.1.10 [2024-02-01] - Fixes; diff --git a/pyproject.toml b/pyproject.toml index 7251003..e646f2a 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.10" +version = "1.1.11" authors = [ { name="Graham Coster", email="bitjugglers@gmail.com" }, ]