Skip to content

Commit 5668f1f

Browse files
committed
release: v1.12.2
1 parent 542b9fb commit 5668f1f

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
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.12.2]
6+
57
### Fixed
68

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

909911
Initial release.
910912

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>
912915
[v1.12.1]: <https://github.com/stac-utils/pystac/compare/v1.12.0..v1.12.1>
913916
[v1.12.0]: <https://github.com/stac-utils/pystac/compare/v1.11.0..v1.12.0>
914917
[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)