diff --git a/VERSION b/VERSION index 266146b..9edc58b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.3 +1.6.4 diff --git a/docs/changelog.rst b/docs/changelog.rst index 960cb0c..aeb9136 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,21 @@ CHANGELOG ========= +1.6.4 (2024-09-09) +------------------ + +**🚀 Nouveautés** + +- Ajout de nouvelles valeurs de nomenclature : "MosaiqueValue" (mnemonique = "MOSAIQUE_HAB") (#74) + +**🐛 Corrections** + +- Correction de la fonction `get_nomenclature_id_term()` () + +** Notes de version** + +- Le module `UsersHub-Authentification-module` n'est plus requis au fonctionnement de `Nomenclature-api-module` (#76) + 1.6.3 (2024-05-27) ------------------ diff --git a/requirements.txt b/requirements.txt index 0059994..a7fb7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,6 @@ packaging==24.0 # geoalchemy2 # gunicorn # marshmallow - # marshmallow-sqlalchemy pillow==10.3.0 # via taxhub psycopg2==2.9.9 @@ -148,9 +147,7 @@ pycparser==2.22 pypn-ref-geo==1.5.2 # via taxhub pypnusershub==2.1.5 - # via - # -r requirements.in - # taxhub + # via taxhub python-dateutil==2.9.0.post0 # via # botocore @@ -185,9 +182,7 @@ sqlalchemy==1.4.52 taxhub==1.14.1 # via -r requirements.in typing-extensions==4.11.0 - # via - # alembic - # sqlalchemy + # via alembic urllib3==1.26.18 # via # botocore