From 4656b5047e1608e8e6c5ae732824446db18be3b9 Mon Sep 17 00:00:00 2001 From: chris48s Date: Sun, 8 Oct 2023 15:12:39 +0100 Subject: [PATCH] version 3.0.1 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e98c737..dfea160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## :package: [3.0.1](https://pypi.org/project/commitment/3.0.1/) - 2023-10-08 + +* Convert python requirement to open range +* Tested on python 3.11, 3.12 + ## :package: [3.0.0](https://pypi.org/project/commitment/3.0.0/) - 2021-10-17 * Dropped testing on python < 3.7 diff --git a/pyproject.toml b/pyproject.toml index 82e631b..be3d546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commitment" -version = "3.0.0" +version = "3.0.1" description = "An incomplete Python 3 wrapper for the GitHub API" authors = ["chris48s"] license = "MIT"