From a2dfce258114342bb03b7b7c83ec4c23c7043210 Mon Sep 17 00:00:00 2001 From: nlenglet Date: Thu, 13 Nov 2025 09:47:59 +0100 Subject: [PATCH] feat: bump version to 0.6.0 --- RELEASE_NOTES.md | 2 ++ pdal_ign_macro/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2f22c20..cbc129b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,6 @@ ### dev + +# 0.6.0 - update mark_points_to_use_for_digital_models_with_new_dimension to allow to reset tags if needed # 0.5.8 diff --git a/pdal_ign_macro/version.py b/pdal_ign_macro/version.py index 95661bb..f94cd5c 100755 --- a/pdal_ign_macro/version.py +++ b/pdal_ign_macro/version.py @@ -1,4 +1,4 @@ -__version__ = "0.5.8" +__version__ = "0.6.0" if __name__ == "__main__":