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

Added getting of the latest project version #9

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

betapictoris
Copy link
Owner

You can now get the latest version of a project, like so:

import modrinth

project = modrinth.Projects.ModrinthProject('sodium')
print(project.getLatestVersion().name)

Fixes #8

@betapictoris betapictoris added the enhancement New feature or request label Jun 10, 2023
@betapictoris betapictoris added this to the 0.1.4 milestone Jun 10, 2023
@betapictoris betapictoris linked an issue Jun 10, 2023 that may be closed by this pull request
@betapictoris betapictoris merged commit e418082 into master Jun 10, 2023
@betapictoris betapictoris deleted the feat/latest-version branch July 16, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get latest version for the given Minecraft Version
1 participant