Skip to content

Commit

Permalink
Update version number to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Oct 31, 2023
1 parent 3fa6c30 commit a241aa1
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 a241aa1

Please sign in to comment.