Looking at the git history, the version bump is usually made just before a new release.
IMO the version bump should be made after a release (of course, for the next unreleased version). Why? Two main reasons:
- If I run Frescobaldi and want to test python-ly from source, I can be sure that this is really the case if the git version shows an unreleased version.
- No risk of forgetting the version bump when you do a release :-)
@PeterBjuhr What do you think? Can you do the version bump?