File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v1.12.1]
6+
57### Changed
68
79- ` migrate=True ` is now the default in ` from_dict ` ([ #1509 ] ( https://github.com/stac-utils/pystac/pull/1509 ) )
@@ -902,7 +904,8 @@ use `Band.create`
902904
903905Initial release.
904906
905- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.12.0..main >
907+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.12.1..main >
908+ [ v1.12.1 ] : < https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1 >
906909[ v1.12.0 ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0 >
907910[ v1.11.0 ] : < https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0 >
908911[ v1.10.1 ] : < https://github.com/stac-utils/pystac/compare/v1.10.0..v1.10.1 >
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = "1.12.0 "
3+ __version__ = "1.12.1 "
44"""Library version"""
55
66
You can’t perform that action at this time.
0 commit comments