Skip to content

Commit 54adee7

Browse files
Merge pull request #24 from geo-engine/multiband
v0.0.16
2 parents c7b5d04 + 76b4406 commit 54adee7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1062
-1413
lines changed

.generation/config.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[input]
2-
backendTag = pro-nightly-2024-11-08
2+
backendTag = pro-nightly-2024-11-09
33

44
[general]
55
githubUrl = https://github.com/geo-engine/openapi-client
66

77
[python]
88
name = geoengine_openapi_client
9-
version = 0.0.15
9+
version = 0.0.16
1010

1111
[typescript]
1212
name = @geoengine/openapi-client
13-
version = 0.0.15
13+
version = 0.0.16
1414

.generation/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ def generate_typescript_code(*, npm_name: str, npm_version: str, repository_url:
182182

183183
parsed_url = urlsplit(repository_url)
184184
(url_path, _url_ext) = os.path.splitext(parsed_url.path)
185-
(url_path, git_user_id) = os.path.split(url_path)
186185
(url_path, git_repo_id) = os.path.split(url_path)
186+
(url_path, git_user_id) = os.path.split(url_path)
187187

188188
subprocess.run(
189189
[

0 commit comments

Comments
 (0)