Skip to content

Commit f51299e

Browse files
chore(release-v1): release 1.5.10 (#1163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 704b61f commit f51299e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.9"
2+
".": "1.5.10"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.10](https://github.com/MilesCranmer/PySR/compare/v1.5.9...v1.5.10) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** backport release-v1 CI fixes ([#1164](https://github.com/MilesCranmer/PySR/issues/1164)) ([704b61f](https://github.com/MilesCranmer/PySR/commit/704b61f3c327e7303f94c8ee761f3879f46c994e))
9+
* **deps:** allow pandas &lt;4.0.0 ([#1160](https://github.com/MilesCranmer/PySR/issues/1160)) ([111ace9](https://github.com/MilesCranmer/PySR/commit/111ace987c637b00c3197d01f5d293bd2d8d6de0))
10+
311
## [1.5.9] (2025-07-15)
412

513
### What's Changed

pyproject.toml

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

55
[project]
66
name = "pysr"
7-
version = "1.5.9"
7+
version = "1.5.10"
88
authors = [
99
{name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
1010
]

0 commit comments

Comments
 (0)