Skip to content

Commit

Permalink
release: v1.12.1 (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Jan 27, 2025
1 parent 95aa480 commit 79cc5af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v1.12.1]

### Changed

- `migrate=True` is now the default in `from_dict` ([#1509](https://github.com/stac-utils/pystac/pull/1509))
Expand Down Expand Up @@ -902,7 +904,8 @@ use `Band.create`

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.12.0..main>
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.12.1..main>
[v1.12.1]: <https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1>
[v1.12.0]: <https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0>
[v1.11.0]: <https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0>
[v1.10.1]: <https://github.com/stac-utils/pystac/compare/v1.10.0..v1.10.1>
Expand Down
2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "1.12.0"
__version__ = "1.12.1"
"""Library version"""


Expand Down

0 comments on commit 79cc5af

Please sign in to comment.