Skip to content

Commit

Permalink
Merge pull request #55 from IGNF/dev
Browse files Browse the repository at this point in the history
Merge dev to master for version 1.7.1
  • Loading branch information
leavauchier authored Jul 17, 2024
2 parents a20c50c + f5827ff commit 5f31a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.7.1
Same as 1.7.0 (new tag needed to publish on pypi due to incorrect package handling)

# 1.7.0
- las_remove_dimension: new tool to remove one or many dimensions
- deploy on ghcr.io instead of dockerhub
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.7.0"
__version__ = "1.7.1"


if __name__ == "__main__":
Expand Down

0 comments on commit 5f31a7d

Please sign in to comment.