diff --git a/CHANGES.txt b/CHANGES.txt index c456b5f0a..d40d617bd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +== 0.15.7 | 2024-08-27 == +* A variety of database corruption fixes + == 0.15.6 | 2024-08-16 == * Fix Thing objects occasionally forgetting their location diff --git a/ELiDE/pyproject.toml b/ELiDE/pyproject.toml index 64f0c63c2..52f254a70 100644 --- a/ELiDE/pyproject.toml +++ b/ELiDE/pyproject.toml @@ -7,7 +7,7 @@ include-package-data=true [project] name = "ELiDE" -version = "0.15.5" +version = "0.15.7" authors = [ { name="Zachary Spector", email="public@zacharyspector.com" }, ] diff --git a/LiSE/pyproject.toml b/LiSE/pyproject.toml index 2689e48f8..d6c8038d1 100644 --- a/LiSE/pyproject.toml +++ b/LiSE/pyproject.toml @@ -7,7 +7,7 @@ include-package-data=true [project] name = "LiSE" -version = "0.15.6" +version = "0.15.7" authors = [ { name="Zachary Spector", email="public@zacharyspector.com" }, ]