post-release: update to v2.10.0rc3 #2860
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Greptile Overview
Updated On: 2025-10-01 17:38:51 UTC
Summary
This pull request performs a routine post-release version update from v2.10.0rc2 to v2.10.0rc3. The changes are minimal and focused solely on version string updates in two configuration files:tidy3d/version.py: Updates the__version__variable that defines the runtime version of the packagepyproject.toml: Updates the main version field and maintains consistency in the commented tidy3d-extras version referenceThis is a standard practice in the Tidy3D project's release workflow. After releasing a version (rc2 in this case), the development team immediately increments to the next version number (rc3) to ensure that any subsequent commits are properly tagged with the correct version identifier. This maintains clean version tracking throughout the development cycle and follows semantic versioning conventions for release candidates.
The changes integrate seamlessly with the existing codebase as they only modify version metadata without affecting any functional code. Both files are central to the project's version management system -
version.pyprovides the runtime version that can be accessed programmatically, whilepyproject.tomlcontains the package metadata used by Poetry for dependency management and package publishing.Changed Files
Confidence score: 5/5