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.1]
6
+
5
7
### Changed
6
8
7
9
- ` 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`
902
904
903
905
Initial release.
904
906
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 >
906
909
[ v1.12.0 ] : < https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0 >
907
910
[ v1.11.0 ] : < https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0 >
908
911
[ 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 1
1
import os
2
2
3
- __version__ = "1.12.0 "
3
+ __version__ = "1.12.1 "
4
4
"""Library version"""
5
5
6
6
You can’t perform that action at this time.
0 commit comments