Skip to content

Commit

Permalink
python client version v0.11.1 (#2217)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b0e96e1ccf790ad9b9d60e1d1b45a3ed82365f49
  • Loading branch information
jpoehnelt authored and Descartes Labs Build committed Aug 17, 2018
1 parent 4f070da commit fb51ebf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Changelog
=========

## [Unreleased]
## [0.11.1] - 2018-08-17
### Added
- Namespaced auth environment variables: `DESCARTESLABS_CLIENT_SECRET` and `DESCARTESLABS_CLIENT_ID`. `CLIENT_SECRET` and `CLIENT_ID` will continue to work.
- Tasks runtime check for Python version.

### Changed
- Documentation updates
- Example updates

## [0.11.0] - 2018-07-12
### Added
- Scenes package
Expand Down Expand Up @@ -207,7 +216,8 @@ metadata.features for iterating over large search results
### Added
- Initial release of client library

[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.9.1...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.11.0"
__version__ = "0.11.1"

0 comments on commit fb51ebf

Please sign in to comment.