Skip to content

Commit f7398bc

Browse files
committed
release: v1.7.1
1 parent bda69fd commit f7398bc

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.7.1]
6+
57
### Changed
68

79
- Use [ruff](https://github.com/charliermarsh/ruff) instead of **isort** and **flake8** ([#1034](https://github.com/stac-utils/pystac/pull/1034))
@@ -668,7 +670,8 @@ use `Band.create`
668670

669671
Initial release.
670672

671-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.7.0..main>
673+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.7.1..main>
674+
[v1.7.1]: <https://github.com/stac-utils/pystac/compare/v1.7.0..v1.7.1>
672675
[v1.7.0]: <https://github.com/stac-utils/pystac/compare/v1.6.1..v1.7.0>
673676
[v1.6.1]: <https://github.com/stac-utils/pystac/compare/v1.6.0..v1.6.1>
674677
[v1.6.0]: <https://github.com/stac-utils/pystac/compare/v1.5.0..v1.6.0>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.7.0"
4+
__version__ = "1.7.1"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)