From f55ff8726c88ab6e93263c142f3ab26ba99f1707 Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Wed, 5 Jul 2023 14:15:36 +0200 Subject: [PATCH] prepare release --- .zenodo.json | 4 ++-- CHANGELOG.md | 5 +++++ CITATION.cff | 4 ++-- laserchicken/_version.txt | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 064d298..3ce9a1e 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -59,7 +59,7 @@ "license": { "id": "Apache-2.0" }, - "publication_date": "2022-09-05", + "publication_date": "2023-07-05", "title": "Laserchicken: toolkit for ALS point clouds", - "version": "0.6.0" + "version": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a3e68..ad05a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.6.1 - 2023-07-05 + +## Fixed +- select_polygon now works with shapely 2.0 + ## 0.6.0 - 2022-09-05 ## Changed: - continuous integration moved from travis to GH actions diff --git a/CITATION.cff b/CITATION.cff index f048fb4..40c5b56 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -52,7 +52,7 @@ authors: family-names: Koma given-names: Zsófia cff-version: "1.0.3" -date-released: 2022-09-05 +date-released: 2023-07-05 doi: "10.5281/zenodo.1219422" keywords: - "airborne laser scanning" @@ -62,5 +62,5 @@ keywords: license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." title: "Laserchicken: toolkit for ALS point clouds" -version: "0.6.0" +version: "0.6.1" ... diff --git a/laserchicken/_version.txt b/laserchicken/_version.txt index a918a2a..ee6cdce 100644 --- a/laserchicken/_version.txt +++ b/laserchicken/_version.txt @@ -1 +1 @@ -0.6.0 +0.6.1