From 934090e35b86e56c6dddf498225d3fee885a4f53 Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Sat, 11 Nov 2023 12:12:32 +0100 Subject: [PATCH] build: bump version 1.0.10 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e26d5..19afd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [Version 1.0.10](https://github.com/Kosmorro/lib/compare/v1.0.9...v1.0.10) (2023-11-11) + + +### Bug Fixes + +* compatibility with Python 3.12 ([#68](https://github.com/Kosmorro/lib/issues/68)) ([1d84b89](https://github.com/Kosmorro/lib/commit/1d84b89e5663df90a05a3d80567d2dde7d0dd0f7)) + + + # [Version 1.0.9](https://github.com/Kosmorro/lib/compare/v1.0.8...v1.0.9) (2023-08-19) diff --git a/pyproject.toml b/pyproject.toml index ba9fbf2..23db412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorrolib" -version = "1.0.9" +version = "1.0.10" authors = ["Jérôme Deuchnord "] homepage = "https://kosmorro.space/lib" repository = "https://github.com/Kosmorro/lib"