diff --git a/CHANGES.txt b/CHANGES.txt index d8a6565bb..46ae40727 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,7 @@ -== 0.15.8 | 2024-09-01 == +== 0.15.9 | 2024-09-01 == * More data corruption fixes + +== 0.15.8 | 2024-09-01 == * More concurrency fixes == 0.15.7 | 2024-08-27 == diff --git a/ELiDE/pyproject.toml b/ELiDE/pyproject.toml index 52f254a70..7c5475bc3 100644 --- a/ELiDE/pyproject.toml +++ b/ELiDE/pyproject.toml @@ -7,7 +7,7 @@ include-package-data=true [project] name = "ELiDE" -version = "0.15.7" +version = "0.15.9" authors = [ { name="Zachary Spector", email="public@zacharyspector.com" }, ] diff --git a/LiSE/pyproject.toml b/LiSE/pyproject.toml index 9e648ab82..2880017fd 100644 --- a/LiSE/pyproject.toml +++ b/LiSE/pyproject.toml @@ -7,7 +7,7 @@ include-package-data=true [project] name = "LiSE" -version = "0.15.8" +version = "0.15.9" authors = [ { name="Zachary Spector", email="public@zacharyspector.com" }, ]