Skip to content

Commit

Permalink
Update version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Apr 15, 2024
1 parent 73d4e0a commit 9fcb85a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# main

- Update pdal version to 2.6
- code and packaging cleanup
### 1.10.1
- Fix edge case when BD uni does not have data for the requested bbox

## 1.10.0
- Add support for EPSG reference other than 2154
- Update pdal version to 2.6
- code and packaging cleanup

### 1.9.14
- Be robust to pgsql2shp warnings when dealing with empty tables (i;e. no buildings).
Expand Down
2 changes: 1 addition & 1 deletion lidar_prod/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "V1.10.0"
__version__ = "V1.10.1"


if __name__ == "__main__":
Expand Down

0 comments on commit 9fcb85a

Please sign in to comment.