Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## Version 1.0.4
* Explicit support for history in VRT files
* Removed code for GTiff metadata size limits, as it appears this is no
longer necessary
* When gathering package version numbers, if `__version__` is unavailable,
fall back to using `importlib.metadata`

## Version 1.0.3
* Cope when a parent file has no processing history

Expand Down
2 changes: 1 addition & 1 deletion processinghistory/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"
Loading