diff --git a/README.md b/README.md index 1f42b22..5f96d04 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This documentation describes the Gitea API. This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- Package version: 1.12.1 -- Build date: 2020-11-29T19:03:13.720Z +- Package version: 1.12.2 +- Build date: 2020-11-29T19:04:53.644Z - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/giteapython/api_client.py b/giteapython/api_client.py index 019f6e0..25820da 100644 --- a/giteapython/api_client.py +++ b/giteapython/api_client.py @@ -74,7 +74,7 @@ class ApiClient(object): self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/1.12.1/python' + self.user_agent = 'Swagger-Codegen/1.12.2/python' def __del__(self): if self._pool is not None: diff --git a/giteapython/configuration.py b/giteapython/configuration.py index 1891585..8b21d38 100644 --- a/giteapython/configuration.py +++ b/giteapython/configuration.py @@ -283,5 +283,5 @@ class Configuration(object): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.1.1\n"\ - "SDK Package Version: 1.12.1".\ + "SDK Package Version: 1.12.2".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index 52f3b49..05e8a97 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read_readme(): return f.read() NAME = "giteapython" -VERSION = "1.12.1" +VERSION = "1.12.2" # To install the library, run the following # # python setup.py install