From 27c4de1c56222fc5d2730eaec98b735268509c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 13 Feb 2024 07:54:31 +0100 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36424cc..4cc95c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog ========= +v0.5.2 (2024-02-13) +------------------- + +Updated Python minimum requirements and dependencies. + + v0.5.0 (2022-01-20) ------------------- diff --git a/README.md b/README.md index 420fb2f..b57b599 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ PyMOSP is a Python library to access [MOSP](https://github.com/NC3-LU/MOSP). ```bash $ pipx install pymosp -installed package pymosp 0.5.0, Python 3.10.2 +installed package pymosp 0.5.2, Python 3.12.1 These apps are now globally available - pymosp done! ✨ 🌟 ✨ diff --git a/pyproject.toml b/pyproject.toml index 44af3c2..2f189a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymosp" -version = "0.5.1" +version = "0.5.2" description = "Python Library to access MOSP." authors = ["Cédric Bonhomme "] license = "GPL-3.0-or-later"