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

Increment minor version (0.15.0) #2191

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Increment minor version (0.15.0) #2191

wants to merge 4 commits into from

Conversation

ppfeister
Copy link
Member

No description provided.

@ppfeister ppfeister self-assigned this Jun 25, 2024
@ppfeister ppfeister added do not merge Don't merge this PR staged - do not merge PR is staged for coordinated release and removed do not merge Don't merge this PR labels Jun 25, 2024
__version__ = "0.14.4"
__version__ = "0.15.0"

forgeApiLatestReleaseUrl = "https://api.github.com/repos/sherlock-project/sherlock/releases/latest"
Copy link
Member

Choose a reason for hiding this comment

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

Since we use snake_case across the project, we should use snake_case here as well

Comment on lines +671 to +673
latestReleaseJsonRaw = requests.get(forgeApiLatestReleaseUrl).text
latestReleaseJsonData = json_loads(latestReleaseJsonRaw)
latestRemoteTag = latestReleaseJsonData["tag_name"]
Copy link
Member

Choose a reason for hiding this comment

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

See previous comment about snake_case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staged - do not merge PR is staged for coordinated release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants