Parcourir la source

build: bump v1.0.13

tags/v1.0.13
Jérôme Deuchnord il y a 3 semaines
Parent
révision
5839ba0c73
2 fichiers modifiés avec 11 ajouts et 1 suppressions
  1. +10
    -0
      CHANGELOG.md
  2. +1
    -1
      pyproject.toml

+ 10
- 0
CHANGELOG.md Voir le fichier

@@ -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


+ 1
- 1
pyproject.toml Voir le fichier

@@ -1,6 +1,6 @@
[tool.poetry]
name = "kosmorrolib"
version = "1.0.12"
version = "1.0.13"
authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
homepage = "https://kosmorro.space/lib"
repository = "https://github.com/Kosmorro/lib"


Chargement…
Annuler
Enregistrer