jgo icon indicating copy to clipboard operation
jgo copied to clipboard

Version string

Open hanslovsky opened this issue 7 years ago • 2 comments

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

hanslovsky avatar Jan 16 '19 16:01 hanslovsky

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.

ctrueden avatar Jun 28 '19 14:06 ctrueden

@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

hanslovsky avatar Jun 29 '19 06:06 hanslovsky