Skip to content

Commit 79826e3

Browse files
authored
release: v0.7.4 (#586)
1 parent 61f8b07 commit 79826e3

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.7.4] - 2023-09-05
11+
1012
### Changed
1113

1214
- Don't provide a `limit` by default, trust the server to know its limits [#584](https://github.com/stac-utils/pystac-client/pull/584)
@@ -326,7 +328,8 @@ are in a single HTTP session, handle pagination and respects conformance
326328

327329
Initial release.
328330

329-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.7.3...main>
331+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.7.4...main>
332+
[v0.7.4]: <https://github.com/stac-utils/pystac-client/compare/v0.7.3...v0.7.4>
330333
[v0.7.3]: <https://github.com/stac-utils/pystac-client/compare/v0.7.2...v0.7.3>
331334
[v0.7.2]: <https://github.com/stac-utils/pystac-client/compare/v0.7.1...v0.7.2>
332335
[v0.7.1]: <https://github.com/stac-utils/pystac-client/compare/v0.7.0...v0.7.1>

pystac_client/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.3"
1+
__version__ = "0.7.4"

0 commit comments

Comments
 (0)