diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06a55fd70..d9805d5da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.10" + ".": "1.5.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a187700ad..53cc3b8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.11](https://github.com/astroautomata/PySR/compare/v1.5.10...v1.5.11) (2026-06-28) + + +### Dependencies + +* consolidate Python dependency range widening for release-v1 ([#1240](https://github.com/astroautomata/PySR/issues/1240)) ([757c152](https://github.com/astroautomata/PySR/commit/757c152eb6aee667aa1932114353e99ecf6cb7be)) + + +### Documentation + +* backport cleaned-up paper showcase ([531f925](https://github.com/astroautomata/PySR/commit/531f9259792d760fadb5170b2dec5036f9323ea9)) +* backport cleaned-up paper showcase YAML to v1 ([493eb88](https://github.com/astroautomata/PySR/commit/493eb8896bcd89fe5fafede694c560a23fc97601)) + ## [1.5.10](https://github.com/MilesCranmer/PySR/compare/v1.5.9...v1.5.10) (2026-03-30) diff --git a/pyproject.toml b/pyproject.toml index a9827794a..33c48cb9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pysr" -version = "1.5.10" +version = "1.5.11" authors = [ {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"}, ]