]> git.openstreetmap.org Git - nominatim.git/blobdiff - CONTRIBUTING.md
prepare 4.5.0 release
[nominatim.git] / CONTRIBUTING.md
index 1df644e750e3c66fbee24102010e014e1faaffa3..757c52b7c2f8916382bfced2ff2b639d9fdfe4d1 100644 (file)
@@ -75,7 +75,10 @@ relevant changes are cherry-picked from the master branch.
 
 Checklist for releases:
 
-* [ ] increase version in `nominatim/version.py` and CMakeLists.txt
+* [ ] increase versions in
+  * `src/nominatim_api/version.py`
+  * `src/nominatim_db/version.py`
+  * CMakeLists.txt
 * [ ] update `ChangeLog` (copy information from patch releases from release branch)
 * [ ] complete `docs/admin/Migration.md`
 * [ ] update EOL dates in `SECURITY.md`
@@ -100,3 +103,4 @@ Checklist for releases:
   * compile and import Nominatim
   * run `nominatim --version` to confirm correct version
 * [ ] tag new release and add a release on github.com
+* [ ] build pip packages and upload to pypi