diff --git a/VERSION b/VERSION index cc6612c3..a6254504 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 \ No newline at end of file +2.3.1 \ No newline at end of file diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e1c8f651..71645d2f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= + +2.3.1 (2024-07-18) +------------------ + +Nécessite la version 2.14.0 (ou plus) de GeoNature. + +**🚀 Nouveautés** + + - Mise à jour vers pandas>2.0 (#503) + 2.3.0 (2024-02-28) ------------------ diff --git a/requirements-dev.in b/requirements-dev.in index d709bf34..38a08807 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,5 +1,5 @@ -r dependencies/GeoNature/backend/requirements-common.in -pandas<1.4 # panda 1.4 requires sqlalchemy>=1.4 +pandas pyproj<3;python_version<"3.9" # v3 require PROJ 7.2.0 but Debian 10 provide PROJ 5.2.0 pyproj<3.1;python_version>="3.9" and python_version<"3.10" pyproj;python_version>="3.10" diff --git a/requirements.in b/requirements.in index b9f9cf28..b96a3585 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -pandas<1.4 # panda 1.4 requires sqlalchemy>=1.4 +pandas pyproj<3;python_version<"3.9" # v3 require PROJ 7.2.0 but Debian 10 provide PROJ 5.2.0 pyproj<3.1;python_version>="3.9" and python_version<"3.10" pyproj;python_version>="3.10"