-
Notifications
You must be signed in to change notification settings - Fork 55
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
Typo - Initial version code recommended is inconsistent (Major and Minor versus Major, Minor, and Patch?) - installable-code.md #257
Comments
I agree this inconsistency should be resolved. I don't care too much which way but lean toward |
Filed PR: #262 |
Closing as the PR #262 has merged. |
I greatly appreciate the PR, but we still have 0.1.0s in the docs elsewhere. Opening until those are fixed. It would be nice to also lint against us doing this again in the future. That's probably a separate issue. |
Understood! I'll take another pass over the docs. Sorry about the eagerness! |
During the tutorial, changing the initial version in the
project.toml
to"0.1.0"
is recommended; then, in the following example, it is listed as only"0.1"
.https://github.com/pyOpenSci/python-package-guide/blob/7b422d4256cdb89d40c8b2b19227e4a5d8078817/tutorials/installable-code.md?plain=1#L393C1-L400C28
I'm a fan of Semantic Versioning, but depending on your audience and intent, consider standardizing this version representation.
Happy to take up this work; just need to know which way to lean.
The text was updated successfully, but these errors were encountered: