Skip to content

Commit 79cc5af

Browse files
authored
release: v1.12.1 (#1511)
1 parent 95aa480 commit 79cc5af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.12.1]
6+
57
### Changed
68

79
- `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`
902904

903905
Initial release.
904906

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>
906909
[v1.12.0]: <https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0>
907910
[v1.11.0]: <https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0>
908911
[v1.10.1]: <https://github.com/stac-utils/pystac/compare/v1.10.0..v1.10.1>

pystac/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "1.12.0"
3+
__version__ = "1.12.1"
44
"""Library version"""
55

66

0 commit comments

Comments
 (0)