Hunner/release 2.13.8#546
Conversation
BSD sed (macOS) requires 'sed -i ""' while GNU sed (Linux) rejects it; write to a temp file and mv into place so the target works on both. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PR SummaryThis PR primarily focuses on updating the software version from 2.13.7 to 2.13.8 across multiple project files including pyproject.toml, DESCRIPTION (located in r/validmind), the package's version.py, and the uv.lock file. Additionally, the Makefile has been updated to handle the DESCRIPTION file update in a more portable manner by using a temporary file rather than modifying the file in place. These changes ensure that the version information is kept consistent across the project and that the Makefile command is compatible with different sed implementations. The changes are functional in that they maintain version consistency and improve the robustness of the version update process. No behavioral changes are introduced apart from the updated version and improved Makefile handling. Test Suggestions
|
|
Nice catch on the Makefile fix. Switching One tiny thing, take it or leave it: if LGTM 👍 |
Pull Request Description
What and why?
Releasing v2.13.8
Includes
Release notes
None; just a release bump pr
Checklist