Skip to content

Commit fc34015

Browse files
author
Phil Varner
committed
prepare for 0.4.0 release
1 parent 6841066 commit fc34015

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - TBD
7+
## [v0.4.0] - 2022-06-08
88

99
### Added
1010

@@ -201,7 +201,7 @@ are in a single HTTP session, handle pagination and respects conformance
201201

202202
Initial release.
203203

204-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.5...main>
204+
[v0.4.0]: <https://github.com/stac-utils/pystac-client/compare/v0.3.5...v0.4.0>
205205
[v0.3.5]: <https://github.com/stac-utils/pystac-client/compare/v0.3.4..v0.3.5>
206206
[v0.3.4]: <https://github.com/stac-utils/pystac-client/compare/v0.3.3..v0.3.4>
207207
[v0.3.3]: <https://github.com/stac-utils/pystac-client/compare/v0.3.2..v0.3.3>

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.5"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)