Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Python bridge version file, changing the version from 1.3.0 to 1.2.0 and fixing incorrect leading whitespace in the file.
Changes:
- Downgrades Python bridge version from 1.3.0 to 1.2.0
- Removes incorrect leading whitespace from the version declaration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1 +1 @@ | |||
| __version__ = '1.3.0' | |||
| __version__ = '1.2.0' | |||
There was a problem hiding this comment.
This change downgrades the version from 1.3.0 to 1.2.0. Version downgrades are unusual and can cause confusion about which version is actually deployed or in use. If this is intentional (e.g., correcting an accidental version bump), please add a comment in the PR description explaining why the version is being downgraded. If 1.3.0 was never released and was set in error, this change may be appropriate. Otherwise, consider whether this should actually be a forward version increment.
| __version__ = '1.2.0' | |
| __version__ = '1.3.1' |
What type of change does this PR introduce?
Does this PR introduce breaking changes?
List any relevant issue numbers:
Description: