From a964d21741eae00978fa8ac8e749da2fcbc2390b Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 6 Mar 2023 07:45:01 -0700 Subject: [PATCH] release: v0.6.1 --- CHANGELOG.md | 5 ++++- pystac_client/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fe3413..afb62969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.6.1] - 2023-03-14 + ### Changed - Bumped PySTAC dependency to >= 1.7.0 [#449](https://github.com/stac-utils/pystac-client/pull/449) @@ -264,7 +266,8 @@ are in a single HTTP session, handle pagination and respects conformance Initial release. -[Unreleased]: +[Unreleased]: +[v0.6.1]: [v0.6.0]: [v0.5.1]: [v0.5.0]: diff --git a/pystac_client/version.py b/pystac_client/version.py index 906d362f..43c4ab00 100644 --- a/pystac_client/version.py +++ b/pystac_client/version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1"