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 66
77- ` Collection.from_items ` for creating a ` pystac.Collection ` from an ` ItemCollection ` ([ #1522 ] ( https://github.com/stac-utils/pystac/pull/1522 ) )
88
9+ ## [ v1.12.2]
10+
911### Fixed
1012
1113- Make sure that ` VersionRange ` has ` VersionID ` s rather than strings ([ #1512 ] ( https://github.com/stac-utils/pystac/pull/1512 ) )
@@ -912,7 +914,8 @@ use `Band.create`
912914
913915Initial release.
914916
915- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.12.1..main >
917+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.12.2..main >
918+ [ v1.12.2 ] : < https://github.com/stac-utils/pystac/compare/v1.12.1..v1.12.2 >
916919[ v1.12.1 ] : < https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1 >
917920[ v1.12.0 ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0 >
918921[ v1.11.0 ] : < https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0 >
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = "1.12.1 "
3+ __version__ = "1.12.2 "
44"""Library version"""
55
66
You can’t perform that action at this time.
0 commit comments