==Working on VERSION==
* Modify <code>[https://github.com/gramps-project/gramps/blob/master/gramps/version.py gramps/version.py]</code>. Update <code>VERSION_TUPLE</code> to the new version and set <code>DEV_VERSION</code> to indicate an official release: VERSION_TUPLE = (4, 2, ...)
- DEV_VERSION = True
+ DEV_VERSION = False
* Check that the <code>VERSION_TUPLE</code> reflects the release you're about to make. It should if the version was bumped after the last release. If not, fix it.
* Add an entry to the [https://github.com/gramps-project/gramps/blob/maintenance/gramps52/data/org.gramps_project.Gramps.metainfo.xml.in org.gramps_project.Gramps.metainfo.xml.in] file.