diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 241f28cd7..06a55fd70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.9" + ".": "1.5.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc48482f3..a187700ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.10](https://github.com/MilesCranmer/PySR/compare/v1.5.9...v1.5.10) (2026-03-30) + + +### Bug Fixes + +* **ci:** backport release-v1 CI fixes ([#1164](https://github.com/MilesCranmer/PySR/issues/1164)) ([704b61f](https://github.com/MilesCranmer/PySR/commit/704b61f3c327e7303f94c8ee761f3879f46c994e)) +* **deps:** allow pandas <4.0.0 ([#1160](https://github.com/MilesCranmer/PySR/issues/1160)) ([111ace9](https://github.com/MilesCranmer/PySR/commit/111ace987c637b00c3197d01f5d293bd2d8d6de0)) + ## [1.5.9] (2025-07-15) ### What's Changed diff --git a/pyproject.toml b/pyproject.toml index 809447c67..645fe64ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pysr" -version = "1.5.9" +version = "1.5.10" authors = [ {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"}, ]