Skip to content

Commit 9e010ad

Browse files
Merge pull request #110 from stac-utils/release_0.3
bump version, release 0.3.0
2 parents 4dc382c + 7109cd1 commit 9e010ad

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
### Fixed
10-
11-
- Documentation lints [#108](https://github.com/stac-utils/pystac-client/pull/108)
12-
13-
## [0.3.0-beta.1] - 2021-09-22
9+
## [0.3.0] - 2021-09-28
1410

1511
### Added
1612
- Jupyter Notebook tutorials
@@ -27,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2723

2824
- `ItemSearch` now correctly handles times without a timezone specifier [#92](https://github.com/stac-utils/pystac-client/issues/92)
2925
- queries including `gsd` cast to string to float when using shortcut query syntax (i.e., "key=val" strings). [#98](https://github.com/stac-utils/pystac-client/pull/97)
26+
- Documentation lints [#108](https://github.com/stac-utils/pystac-client/pull/108)
3027

3128
## [v0.2.0] - 2021-08-04
3229

@@ -96,8 +93,8 @@ are in a single HTTP session, handle pagination and respects conformance
9693

9794
Initial release.
9895

99-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.0-beta.1...main>
100-
[v0.3.0-beta.1]: <https://github.com/stac-utils/pystac-client/compare/v0.2.0..v0.3.0-beta.1>
96+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.0...main>
97+
[v0.3.0]: <https://github.com/stac-utils/pystac-client/compare/v0.2.0..v0.3.0>
10198
[v0.2.0]: <https://github.com/stac-utils/pystac-client/compare/v0.1.1..v0.2.0>
10299
[v0.1.1]: <https://github.com/stac-utils/pystac-client/compare/v0.1.0..v0.1.1>
103100
[v0.1.0]: <https://github.com/stac-utils/pystac-client/tree/v0.1.0>

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0-beta.1'
1+
__version__ = '0.3.0'

tests/test_pystac_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.3.0-beta.1'
5+
assert __version__ == '0.3.0'

0 commit comments

Comments
 (0)