Skip to content

Commit 763457e

Browse files
authored
release: v1.12.2 (#1529)
1 parent ff453bb commit 763457e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- `Collection.from_items` for creating a `pystac.Collection` from an `ItemCollection` ([#1522](https://github.com/stac-utils/pystac/pull/1522))
88

9+
## [v1.12.2]
10+
911
### Fixed
1012

1113
- 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`
912914

913915
Initial release.
914916

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>
916919
[v1.12.1]: <https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1>
917920
[v1.12.0]: <https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0>
918921
[v1.11.0]: <https://github.com/stac-utils/pystac/compare/v1.10.1..v1.11.0>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

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

66

0 commit comments

Comments
 (0)