From 5839ba0c73def418dc4708cf1443200e4a4683c7 Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Sun, 9 Nov 2025 12:07:05 +0100 Subject: [PATCH] build: bump v1.0.13 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ebfb0..02045b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [Version 1.0.12](https://github.com/Kosmorro/lib/compare/v1.0.12...v1.0.13) (2025-11-09) + + +### Bug Fixes + +* add compatibility with the last version of NumPy ([#79](https://github.com/Kosmorro/lib/issues/79)) ([65075b1](https://github.com/Kosmorro/lib/commit/65075b1c312c1de8fbcf33552f95d7be5033ee9d)) +* add support for Python 3.14 ([af440e1](https://github.com/Kosmorro/lib/commit/af440e1e120397ac8658a4da9e968786ac064966)) + + + # [Version 1.0.12](https://github.com/Kosmorro/lib/compare/v1.0.11...v) (2025-03-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a29e5a0..1e7b676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorrolib" -version = "1.0.12" +version = "1.0.13" authors = ["Jérôme Deuchnord "] homepage = "https://kosmorro.space/lib" repository = "https://github.com/Kosmorro/lib"