From e9106e35af039674e08777bc13777d2eb921cc3f Mon Sep 17 00:00:00 2001 From: Sylvain Beorchia <sylvain.beorchia@oslandia.com> Date: Tue, 26 Sep 2023 18:18:59 +0200 Subject: [PATCH] Upgrade rok4 lib to 2.0.0 --- CHANGELOG.md | 6 ++++++ alti_api/__init__.py | 2 +- requirements/base.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713021e..c1f1cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ Unreleased ### Removed --> +## 0.18.28 - 2023-09-26 + +### Changed + +- Upgraded rok4 lib 2.0.0 + ## 0.18.27 - 2023-09-26 ### Added diff --git a/alti_api/__init__.py b/alti_api/__init__.py index dcc49c1..6e18289 100644 --- a/alti_api/__init__.py +++ b/alti_api/__init__.py @@ -3,7 +3,7 @@ API REST for altimeter calculation """ __project__ = "alti_api" -__version__ = "0.18.27" +__version__ = "0.18.28" __author__ = "Sylvain Beorchia, Vincent Bré, Benoit De Mezzo, Julien Moura" __author_email__ = ( "sylvain.beorchia@oslandia.com," diff --git a/requirements/base.txt b/requirements/base.txt index 0798249..84c20d7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ fastapi>=0.100,<0.101 lxml>=4.9,<4.10 python-dotenv==1.0.0 -rok4==2.0.0b4 +rok4==2.0.0 pydantic>=2.1,<2.2 pydantic-settings>=2.0,<2.1 shapely==2.0.* -- GitLab