Skip to content

Commit 64ec0c1

Browse files
committed
release: v0.3.4
1 parent dbdc3a4 commit 64ec0c1

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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v0.3.4] - 2022-05-18
10+
911
### Changed
1012

1113
- Relaxed media type requirement for search links [#160](https://github.com/stac-utils/pystac-client/pull/160), [#165](https://github.com/stac-utils/pystac-client/pull/165)
@@ -140,7 +142,8 @@ are in a single HTTP session, handle pagination and respects conformance
140142

141143
Initial release.
142144

143-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.3...main>
145+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.4...main>
146+
[v0.3.4]: <https://github.com/stac-utils/pystac-client/compare/v0.3.3..v0.3.4>
144147
[v0.3.3]: <https://github.com/stac-utils/pystac-client/compare/v0.3.2..v0.3.3>
145148
[v0.3.2]: <https://github.com/stac-utils/pystac-client/compare/v0.3.1..v0.3.2>
146149
[v0.3.1]: <https://github.com/stac-utils/pystac-client/compare/v0.3.0..v0.3.1>

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.3'
1+
__version__ = '0.3.4'

0 commit comments

Comments
 (0)