Skip to content

Commit

Permalink
Client Release v3.0.3 (#12448)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f2a34b8efd6b9eb818a8ae4573bc49711fb2bd6b
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Feb 13, 2024
1 parent bc51d67 commit 1e9af75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ The documentation for the latest release can be found at [https://docs.descartes

Changelog
=========
## [3.0.3] - 2024-02-13

### General

- Fixed a bug in seldom-used code to clear client state causing an import failure.

## [3.0.2] - 2024-02-09

### Vector
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def clear_client_state():
"""Clear all cached client state."""
from descarteslabs.auth import Auth
from ..common.http.service import DefaultClientMixin
from descarteslabs.catalog.helpers import (
from ..catalog.helpers import (
BANDS_BY_PRODUCT_CACHE as catalog_bands_by_product_cache,
)

Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/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__ = "3.0.2"
__version__ = "3.0.3"

0 comments on commit 1e9af75

Please sign in to comment.