File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v1.12.2]
6
+
5
7
### Fixed
6
8
7
9
- 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`
908
910
909
911
Initial release.
910
912
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 >
912
915
[ v1.12.1 ] : < https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1 >
913
916
[ v1.12.0 ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0 >
914
917
[ 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