Skip to content

Commit

Permalink
Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 13, 2024
1 parent fb4c316 commit 27c4de1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


v0.5.2 (2024-02-13)
-------------------

Updated Python minimum requirements and dependencies.


v0.5.0 (2022-01-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! ✨ 🌟 ✨
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 27c4de1

Please sign in to comment.