From 07e965fdc86bc49869b16fd67d604551a06606cc Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Mon, 11 Dec 2023 11:35:50 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b823f68..4749f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.3.0 (2023-12-11) + +### Feat + +- use sepal_ui==2.17 to avoid conflicts with ipyleaflet +- add license dialog +- separate reclassify tile + +### Refactor + +- **decorator**: remove debug arg + ## 1.2.0 (2023-10-05) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 6003809..92d3a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] -version = "1.2.0" +version = "1.3.0" [tool.commitizen] -version = "1.2.0" +version = "1.3.0" update_changelog_on_bump = true changelog_file = "CHANGELOG.md" changelog_incremental = true