Skip to content

Commit 2288d61

Browse files
committed
release: v0.6.1
1 parent 543189e commit 2288d61

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.6.1] - 2023-03-14
11+
1012
### Changed
1113

1214
- 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
264266

265267
Initial release.
266268

267-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.6.0...main>
269+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.6.1...main>
270+
[v0.6.1]: <https://github.com/stac-utils/pystac-client/compare/v0.6.0...v0.6.1>
268271
[v0.6.0]: <https://github.com/stac-utils/pystac-client/compare/v0.5.1...v0.6.0>
269272
[v0.5.1]: <https://github.com/stac-utils/pystac-client/compare/v0.5.0...v0.5.1>
270273
[v0.5.0]: <https://github.com/stac-utils/pystac-client/compare/v0.4.0...v0.5.0>

pystac_client/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)