File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,22 @@ $ export CLIENT_SECRET=...
30
30
31
31
Documentation
32
32
-------------
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/ )
34
34
35
35
Changelog
36
36
=========
37
37
38
38
## [ Unreleased]
39
39
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
+
40
49
## [ 0.4.6] - 2017-09-08
41
50
### Added
42
51
- Added ext namespace
@@ -149,7 +158,8 @@ Changelog
149
158
### Added
150
159
- Initial release of client library
151
160
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
153
163
[ 0.4.6 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6
154
164
[ 0.4.5 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...v0.4.5
155
165
[ 0.4.4 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.3...v0.4.4
Original file line number Diff line number Diff line change 14
14
15
15
# flake8: noqa
16
16
17
- __version__ = "0.4.6 "
17
+ __version__ = "0.4.7 "
18
18
from .auth import Auth
19
19
descartes_auth = Auth .from_environment_or_token_json ()
20
20
You can’t perform that action at this time.
0 commit comments