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

Version string #34

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Version string #34

wants to merge 3 commits into from

Conversation

hanslovsky
Copy link
Member

Makes version available inside jgo python module and adds --version command line option

@ctrueden
Copy link
Member

This is almost good to merge, except for: do we want dev versions to be named x.y.z.dev0? or x.y.zdev0?

And we need to add --version for the bash script.

@hanslovsky
Copy link
Member Author

@ctrueden I was wrong about the versioning scheme yesterday, there is a dot before the dev0:

[N!]N(.N)*[{a|b|rc}N][.postN][.devN]

No dot before alpha, beta, or release candidate
https://www.python.org/dev/peps/pep-0440/#public-version-identifiers

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.

2 participants