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.2]
6+
57### Fixed
68
79- Make sure that ` VersionRange ` has ` VersionID ` s rather than strings ([ #1512 ] ( https://github.com/stac-utils/pystac/pull/1512 ) )
@@ -908,7 +910,8 @@ use `Band.create`
908910
909911Initial release.
910912
911- [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.12.1..main >
913+ [ Unreleased ] : < https://github.com/stac-utils/pystac/compare/v1.12.2..main >
914+ [ v1.12.2 ] : < https://github.com/stac-utils/pystac/compare/v1.12.1..v1.12.2 >
912915[ v1.12.1 ] : < https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1 >
913916[ v1.12.0 ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0 >
914917[ 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