Changes

From Gramps

What to do for a release

82 bytes removed, 20:59, 15 March 2025
Move to the new release number on branch
git push origin v{{version}}
===Move Update DEV_VERSION to the new release number on branch indicate a development version===
Bump the version number in Revert change on <code>gramps/version.pyDEV_VERSION</code> Update the version for the release: VERSION_TUPLE = (4, 2, ...) Revert change on in <code>DEV_VERSIONgramps/version.py</code> so that the git revision is appended to the reported version in non-release builds:
- DEV_VERSION = False
+ DEV_VERSION = True
Save change:
git commit -am "Bump Set to <new development version number>"
git push

Navigation menu