diff --git a/README.md b/README.md index c8a948e..d6a0ace 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ r2gg-road2config config.json ## Version -Elle est indiquée dans le `__init__.py` et dans le `setup.py`. +Elle est indiquée dans le `__about__.py`. ## Licence diff --git a/changelog.md b/changelog.md index c2e2975..7ad3c08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,19 @@ # CHANGELOG -## NEXT-VERSION +## 2.2.2 -ADDED: +ADD: - VACUUM ANALYSE is done only on created tables +- Templates for issues and PR +- A code of conduct was adapted from the contributor covenant +- A contributing was added +- The DCO was added +- Restrict access to pedestrian ways according to BDTOPO +- Better handling of urbain column inside the BDTOPO FIX: - Durée de parcours incohérente sur OSRM entre car-fastest et car-shortest +- Wrong data types for some restrictions of the BDTOPO ## 2.2.1 @@ -15,9 +22,6 @@ CHANGED: - modification de la ci github pour prendre en compte la branche master - suppression du déploiement de github pages lors d'un tag -ADDED: -- A code of conduct was adapted from the contributor covenant -- A contributing was added ## 2.2.0 diff --git a/r2gg/__about__.py b/r2gg/__about__.py index 91bbbf0..f2a2887 100644 --- a/r2gg/__about__.py +++ b/r2gg/__about__.py @@ -34,7 +34,7 @@ __uri_tracker__ = f"{__uri_repository__}issues/" __uri__ = __uri_repository__ -__version__ = "2.2.1" +__version__ = "2.2.2" __version_info__ = tuple( [ int(num) if num.isdigit() else num