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 6
6
7
7
- ` Collection.from_items ` for creating a ` pystac.Collection ` from an ` ItemCollection ` ([ #1522 ] ( https://github.com/stac-utils/pystac/pull/1522 ) )
8
8
9
+ ## [ v1.12.2]
10
+
9
11
### Fixed
10
12
11
13
- 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`
912
914
913
915
Initial release.
914
916
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 >
916
919
[ v1.12.1 ] : < https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1 >
917
920
[ v1.12.0 ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0 >
918
921
[ 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 1
1
import os
2
2
3
- __version__ = "1.12.1 "
3
+ __version__ = "1.12.2 "
4
4
"""Library version"""
5
5
6
6
You can’t perform that action at this time.
0 commit comments