Skip to content

Commit 13667bf

Browse files
Submit release 2.0.2 (aramis-lab#477)
* Submit release 2.0.2 * updating date
1 parent adab487 commit 13667bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
These are the releases of the version 2 of Leaspy.
1111

12+
### [2.0.2] - 2026-01-20
13+
14+
- Adressing security issues in 6 packages
15+
1216
### [2.0.1] - 2025-12-17
1317

1418
- [LICENSE] Fix license metadata and text to strictly comply with BSD-3-Clause-Clear

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "leaspy"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "Leaspy is a software package for the statistical analysis of longitudinal data."
99
license = "BSD-3-Clause-Clear"
1010
authors = [

src/leaspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from importlib import import_module
22

3-
__version__ = "2.0.1"
3+
__version__ = "2.0.2"
44
dtype = "float32"
55

66
pkg_deps = [

0 commit comments

Comments
 (0)