-
Notifications
You must be signed in to change notification settings - Fork 0
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(docs): fix zero linerate in docs #23
Conversation
* run test pipeline on python 3.12 * run deploy pipeline on python 3.12
pyproject.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[tool.poetry] | |||
name = "linerate" | |||
version = "1.0.0" | |||
version = "1.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should use 2.0.0 since we are implementing a breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was already increased a major version (from 0.0.7) in a previous PR, which will also be part of this release. Reflecting on that, 1.0.0 would make more sense than 1.0.1.
This reverts commit 14ddc95.
fix zero-linerate in example used in docs. Required to generate docs without exceptions
update test and deploy pipelines to include and use latest python (v3.12)