Skip to content

Commit

Permalink
Merge pull request #28 from IGNF/version-1-4-0
Browse files Browse the repository at this point in the history
Update version number to v1.4.0
  • Loading branch information
leavauchier authored Oct 31, 2023
2 parents 3fa6c30 + a241aa1 commit 7dbc37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev
# 1.4.0
- count_occurences / replace_value: add copy_and_hack decorator to run on tscan output files
- Update to pdal 2.6+ to better handle classification values and flags in replace_attribute_in_las
(was treating values over 31 as {classification under 31 + flag} even when saving to LAS 1.4)
Expand Down
2 changes: 1 addition & 1 deletion pdaltools/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.1"
__version__ = "1.4.0"


if __name__ == "__main__":
Expand Down

0 comments on commit 7dbc37b

Please sign in to comment.