Skip to content

Commit f55ff87

Browse files
committed
prepare release
1 parent a5ba698 commit f55ff87

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"license": {
6060
"id": "Apache-2.0"
6161
},
62-
"publication_date": "2022-09-05",
62+
"publication_date": "2023-07-05",
6363
"title": "Laserchicken: toolkit for ALS point clouds",
64-
"version": "0.6.0"
64+
"version": "0.6.1"
6565
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 0.6.1 - 2023-07-05
10+
11+
## Fixed
12+
- select_polygon now works with shapely 2.0
13+
914
## 0.6.0 - 2022-09-05
1015
## Changed:
1116
- continuous integration moved from travis to GH actions

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ authors:
5252
family-names: Koma
5353
given-names: Zsófia
5454
cff-version: "1.0.3"
55-
date-released: 2022-09-05
55+
date-released: 2023-07-05
5656
doi: "10.5281/zenodo.1219422"
5757
keywords:
5858
- "airborne laser scanning"
@@ -62,5 +62,5 @@ keywords:
6262
license: "Apache-2.0"
6363
message: "If you use this software, please cite it using these metadata."
6464
title: "Laserchicken: toolkit for ALS point clouds"
65-
version: "0.6.0"
65+
version: "0.6.1"
6666
...

laserchicken/_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)