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

fix: use consistent version strings for Keyshot #121

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

crowecawcaw
Copy link
Contributor

@crowecawcaw crowecawcaw commented Oct 2, 2024

What was the problem/requirement? (What/Why)

The Keyshot adapter prints out the Keyshot version number as 13.0.0 instead of 2024.1. The version numbers are equivalent, but are confusing when the submitter and conda packages use the second version scheme.

Fixes: #119

What was the solution? (How)

Update the version number scheme to be consistent.

What is the impact of this change?

Clearer logs.

How was this change tested?

I ran just the changed lines in Keyshot and saw that it printed:

KeyShotClient: KeyShot Version 2024.2

Was this change documented?

Not needed.

Is this a breaking change?

No

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@crowecawcaw crowecawcaw requested a review from a team as a code owner October 2, 2024 22:30
Copy link

sonarqubecloud bot commented Oct 2, 2024

@crowecawcaw crowecawcaw merged commit 7a60bcb into aws-deadline:mainline Oct 2, 2024
12 checks passed
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.

Bug: Keyshot adapter reports a different version string than the conda package
3 participants