Skip to content

Commit 0cdf951

Browse files
authored
Merge pull request #106 from IGNF/version_1_10_0
bump to 1.10.0
2 parents 47fcd9b + 5fa9739 commit 0cdf951

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# 1.10.0
12
- custom PDAL: fix CI for cicd_full (build docker image with custom PDAL, and skip custom PDAL test for local pytest)
23
- las_rename_dimension: new tool to rename one or many dimensions
34

pdaltools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.9.1"
1+
__version__ = "1.10.0"
22

33

44
if __name__ == "__main__":

0 commit comments

Comments
 (0)