Use _version.py that includes details using git#784
Conversation
|
📚 Docs preview built and uploaded! https://www.fastplotlib.org/ver/versioning |
|
So with this when it's a git version number, it's interpreated as version x.y.z + git-commit? So from now on bump right before release? I would usually bump after a release. |
Yes, e.g. my current pygfx is
Ah, so I guess that in your previous system the An advantage of bumping right before a release is that you can pick what number to bump, which usually depends a bit on how much (the API) has changed since the previous release. I don't want to force either system on you. Actually, you could still bump after a release, and we could change the |
yup, let's just follow the same system for fpl after the next release, easier for everyone! |
Using the same module as pygfx and wgpu, which includes more detailed version info when you're inside a git repo.