From 6558efb6a3f601664d64ce871c9d0038668105d2 Mon Sep 17 00:00:00 2001 From: Kevin Lu <6320810+kevinlul@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:21:18 -0500 Subject: [PATCH] 0.0.37.1 --- README.md | 2 +- setup.py | 2 +- slurm_rest/__init__.py | 2 +- slurm_rest/api_client.py | 2 +- slurm_rest/configuration.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ac01e7..460c23e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ API to access and control Slurm. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 0.0.37 -- Package version: 1.0.0 +- Package version: 0.0.37.1 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://www.schedmd.com/](https://www.schedmd.com/) diff --git a/setup.py b/setup.py index eab9d67..993d5bd 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "slurm-rest" -VERSION = "0.0.37.0" +VERSION = "0.0.37.1" # To install the library, run the following # # python setup.py install diff --git a/slurm_rest/__init__.py b/slurm_rest/__init__.py index 76cfd1c..6fee843 100644 --- a/slurm_rest/__init__.py +++ b/slurm_rest/__init__.py @@ -11,7 +11,7 @@ """ -__version__ = "0.0.37.0" +__version__ = "0.0.37.1" # import ApiClient from slurm_rest.api_client import ApiClient diff --git a/slurm_rest/api_client.py b/slurm_rest/api_client.py index eae6a21..ff18fc0 100644 --- a/slurm_rest/api_client.py +++ b/slurm_rest/api_client.py @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.0.37.0/python' + self.user_agent = 'OpenAPI-Generator/0.0.37.1/python' def __enter__(self): return self diff --git a/slurm_rest/configuration.py b/slurm_rest/configuration.py index 5ccc47e..bf83261 100644 --- a/slurm_rest/configuration.py +++ b/slurm_rest/configuration.py @@ -416,7 +416,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 0.0.37\n"\ - "SDK Package Version: 0.0.37.0".\ + "SDK Package Version: 0.0.37.1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self):