Skip to content

Commit 33adbab

Browse files
committed
update CHANGELOG and bump version
1 parent b090253 commit 33adbab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.1] - 2021-11-17
10+
11+
### Changed
12+
- Update min PySTAC version to 1.2
13+
914
### Added
1015

1116
- Adds `--block-network` option to all test commands to ensure no network requests are made during unit tests
@@ -106,6 +111,7 @@ are in a single HTTP session, handle pagination and respects conformance
106111
Initial release.
107112

108113
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.0...main>
114+
[v0.3.1]: <https://github.com/stac-utils/pystac-client/compare/v0.3.0..v0.3.1>
109115
[v0.3.0]: <https://github.com/stac-utils/pystac-client/compare/v0.2.0..v0.3.0>
110116
[v0.2.0]: <https://github.com/stac-utils/pystac-client/compare/v0.1.1..v0.2.0>
111117
[v0.1.1]: <https://github.com/stac-utils/pystac-client/compare/v0.1.0..v0.1.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.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)