Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full version attribute for python wrapper #11952

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

Nir-Az
Copy link
Collaborator

@Nir-Az Nir-Az commented Jun 28, 2023

We add a full version attribute to the python wrapper so we can distinguish between different build versions

>>> import pyrealsense2 as rs
>>> rs.__version__
'2.55.0'
>>> rs.__full_version__
'2.55.0.5292'
>>>

@Nir-Az Nir-Az requested a review from remibettan June 28, 2023 19:38
Copy link
Contributor

@remibettan remibettan left a comment

Choose a reason for hiding this comment

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

LGTM

@Nir-Az Nir-Az merged commit c138a57 into IntelRealSense:development Jun 29, 2023
15 checks passed
@Nir-Az Nir-Az deleted the show_build_ver branch September 30, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants