diff --git a/CHANGELOG.md b/CHANGELOG.md index c49882c1d..e200a86b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +### [v1.7.1] + ### Changed - 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` Initial release. -[Unreleased]: +[Unreleased]: +[v1.7.1]: [v1.7.0]: [v1.6.1]: [v1.6.0]: diff --git a/pystac/version.py b/pystac/version.py index 768dd54cc..335056337 100644 --- a/pystac/version.py +++ b/pystac/version.py @@ -1,7 +1,7 @@ import os from typing import Optional -__version__ = "1.7.0" +__version__ = "1.7.1" """Library version"""