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

get current version #247

Merged
merged 2 commits into from
Mar 29, 2023
Merged

get current version #247

merged 2 commits into from
Mar 29, 2023

Conversation

jeffchuber
Copy link
Contributor

Description of changes

Summarize the changes made by this PR.

Test plan

How are these changes tested? - There is a new test.

Documentation Changes

Docs will be updated separately.

@jeffchuber jeffchuber requested a review from HammadB March 29, 2023 00:28
api = request.getfixturevalue(api_fixture.__name__)
api.reset()
version = api.get_version()
# assert version["version"] == "0.1.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: can we remove the comment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

great nit! will do!

@jeffchuber jeffchuber requested a review from HammadB March 29, 2023 05:22
@jeffchuber jeffchuber merged commit 19982c4 into main Mar 29, 2023
@jeffchuber jeffchuber deleted the currentVersion branch March 29, 2023 19:24
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.

API method to retrieve running Chroma version
2 participants