Skip to content

Commit 332def0

Browse files
authored
Merge pull request #183 from descarteslabs/release/v0.4.7
Release v0.4.7
2 parents ce937f8 + e7869dc commit 332def0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,22 @@ $ export CLIENT_SECRET=...
3030

3131
Documentation
3232
-------------
33-
The latest build of the documentation can be found on [readthedocs](http://descartes-labs-python.readthedocs.io/en/latest/)
33+
The documentation for the latest release can be found on [readthedocs](http://descartes-labs-python.readthedocs.io/)
3434

3535
Changelog
3636
=========
3737

3838
## [Unreleased]
3939

40+
## [0.4.7] - 2017-10-09
41+
### Added
42+
- Complex filtering expressions for image attributes
43+
44+
### Fixes
45+
- Raise explicitly on 409 response
46+
- Keep retrying token refresh until token fully expired
47+
- Fixed race condition when creating `.descarteslabs` directory
48+
4049
## [0.4.6] - 2017-09-08
4150
### Added
4251
- Added ext namespace
@@ -149,7 +158,8 @@ Changelog
149158
### Added
150159
- Initial release of client library
151160

152-
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...HEAD
161+
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.7...HEAD
162+
[0.4.7]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...v0.4.7
153163
[0.4.6]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6
154164
[0.4.5]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...v0.4.5
155165
[0.4.4]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.3...v0.4.4

descarteslabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# flake8: noqa
1616

17-
__version__ = "0.4.6"
17+
__version__ = "0.4.7"
1818
from .auth import Auth
1919
descartes_auth = Auth.from_environment_or_token_json()
2020

0 commit comments

Comments
 (0)