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(docs): fix zero linerate in docs #23

Merged
merged 5 commits into from
Apr 8, 2024
Merged

Conversation

amundfr
Copy link
Collaborator

@amundfr amundfr commented Apr 5, 2024

  • 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)

amundfr added 3 commits April 5, 2024 15:52
* run test pipeline on python 3.12

* run deploy pipeline on python 3.12
@amundfr amundfr requested a review from gunnhildsp April 5, 2024 14:01
@amundfr amundfr linked an issue Apr 5, 2024 that may be closed by this pull request
@gunnhildsp
Copy link
Collaborator

Nice work! It would be nice to close #20 (just a one line change) and #21 (we can keep this as simple as possible, just stating the breaking change) too before releasing

pyproject.toml Outdated
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linerate"
version = "1.0.0"
version = "1.0.1"
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

@amundfr amundfr linked an issue Apr 8, 2024 that may be closed by this pull request
@amundfr amundfr merged commit 99b0869 into main Apr 8, 2024
8 checks passed
@amundfr amundfr deleted the fix-zero-linerate-in-docs branch April 8, 2024 11:23
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.

Add upper limit for python version in pyproject.toml Test python versions 3.11 and 3.12
2 participants