From 3229ce4fc848f2b7e646acd73623ff10b34da5bc Mon Sep 17 00:00:00 2001 From: RAPT-release Date: Tue, 6 Sep 2022 15:07:43 -0400 Subject: [PATCH] Release updated docs for 13.38.0 --- client_docs/python/README.md | 2 +- pkgs/ncbi-datasets-cli/src/generated/openapi_client/README.md | 2 +- .../src/generated/openapi_client/configuration.go | 2 +- pkgs/ncbi-datasets-cli/version.bzl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client_docs/python/README.md b/client_docs/python/README.md index a49c779..8f2572c 100644 --- a/client_docs/python/README.md +++ b/client_docs/python/README.md @@ -7,7 +7,7 @@ For some larger downloads, you may want to download a [dehydrated bag](https://w This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v1 -- Package version: 13.37.2 +- Package version: 13.38.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/pkgs/ncbi-datasets-cli/src/generated/openapi_client/README.md b/pkgs/ncbi-datasets-cli/src/generated/openapi_client/README.md index 07044bc..f8412b7 100644 --- a/pkgs/ncbi-datasets-cli/src/generated/openapi_client/README.md +++ b/pkgs/ncbi-datasets-cli/src/generated/openapi_client/README.md @@ -9,7 +9,7 @@ For some larger downloads, you may want to download a [dehydrated bag](https://w This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. - API version: v1 -- Package version: 13.37.2 +- Package version: 13.38.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/pkgs/ncbi-datasets-cli/src/generated/openapi_client/configuration.go b/pkgs/ncbi-datasets-cli/src/generated/openapi_client/configuration.go index 420cd5e..8c7ac8a 100644 --- a/pkgs/ncbi-datasets-cli/src/generated/openapi_client/configuration.go +++ b/pkgs/ncbi-datasets-cli/src/generated/openapi_client/configuration.go @@ -101,7 +101,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/13.37.2/go", + UserAgent: "OpenAPI-Generator/13.38.0/go", Debug: false, Servers: ServerConfigurations{ { diff --git a/pkgs/ncbi-datasets-cli/version.bzl b/pkgs/ncbi-datasets-cli/version.bzl index 0907dd4..88a4642 100644 --- a/pkgs/ncbi-datasets-cli/version.bzl +++ b/pkgs/ncbi-datasets-cli/version.bzl @@ -1 +1 @@ -VERSION = "13.37.2" +VERSION = "13.38.0"