diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0ef1e6b..1162e4b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,6 @@ # dev + +# v1.0.2 - Fix bug 2461, due to an error on ZIP compression while making buffered tile. The temporary buffered tile is now a LAS (instead of a LAZ), so there is no compression. - Adapt ci for github diff --git a/ctview/_version.py b/ctview/_version.py index ee597e6..1b352df 100644 --- a/ctview/_version.py +++ b/ctview/_version.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" if __name__ == "__main__": print(__version__)