Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bridges/python/src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.0'
__version__ = '1.2.0'
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
__version__ = '1.2.0'
__version__ = '1.3.1'

Copilot uses AI. Check for mistakes.