Skip to content

Commit

Permalink
v0.1.376
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574987676
  • Loading branch information
Google Earth Engine Authors authored and schwehr committed Oct 25, 2023
1 parent 2170bb0 commit 91df843
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 116 deletions.
29 changes: 15 additions & 14 deletions javascript/build/ee_api_js.js

Large diffs are not rendered by default.

76 changes: 30 additions & 46 deletions javascript/build/ee_api_js_debug.js

Large diffs are not rendered by default.

88 changes: 36 additions & 52 deletions javascript/build/ee_api_js_npm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/earthengine",
"version": "0.1.375",
"version": "0.1.376",
"description": "JavaScript client for Google Earth Engine API.",
"author": "Google LLC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/apiclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const {PromiseRequestService} = goog.require('eeapiclient.promise_request_servic
/** @namespace */
const apiclient = {};

const API_CLIENT_VERSION = '0.1.375';
const API_CLIENT_VERSION = '0.1.376';

exports.VERSION = apiVersion.VERSION;
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
Expand Down
2 changes: 1 addition & 1 deletion python/ee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""The EE Python library."""

__version__ = '0.1.375'
__version__ = '0.1.376'

# Using lowercase function naming to match the JavaScript names.
# pylint: disable=g-bad-name
Expand Down
1 change: 0 additions & 1 deletion python/ee/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ def setCloudApiUserProject(cloud_api_user_project: str) -> None:
def setUserAgent(user_agent: str) -> None:
global _user_agent
_user_agent = user_agent
_install_cloud_api_resource()


def getUserAgent() -> Optional[str]:
Expand Down

0 comments on commit 91df843

Please sign in to comment.