Skip to content

Commit 1e9af75

Browse files
Stephen C. PopeDescartes Labs Build
authored andcommitted
Client Release v3.0.3 (#12448)
GitOrigin-RevId: f2a34b8efd6b9eb818a8ae4573bc49711fb2bd6b
1 parent bc51d67 commit 1e9af75

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ The documentation for the latest release can be found at [https://docs.descartes
1717

1818
Changelog
1919
=========
20+
## [3.0.3] - 2024-02-13
21+
22+
### General
23+
24+
- Fixed a bug in seldom-used code to clear client state causing an import failure.
25+
2026
## [3.0.2] - 2024-02-09
2127

2228
### Vector

descarteslabs/core/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def clear_client_state():
3232
"""Clear all cached client state."""
3333
from descarteslabs.auth import Auth
3434
from ..common.http.service import DefaultClientMixin
35-
from descarteslabs.catalog.helpers import (
35+
from ..catalog.helpers import (
3636
BANDS_BY_PRODUCT_CACHE as catalog_bands_by_product_cache,
3737
)
3838

descarteslabs/core/client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.0.2"
15+
__version__ = "3.0.3"

0 commit comments

Comments
 (0)