Automatic update.
This commit is contained in:
parent
a68b4b4ac3
commit
726aba34bd
@ -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:
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
||||||
|
|
||||||
- Package version: 1.12.1
|
- Package version: 1.12.2
|
||||||
- Build date: 2020-11-29T19:03:13.720Z
|
- Build date: 2020-11-29T19:04:53.644Z
|
||||||
- Build package: io.swagger.codegen.languages.PythonClientCodegen
|
- Build package: io.swagger.codegen.languages.PythonClientCodegen
|
||||||
|
|
||||||
## Requirements.
|
## Requirements.
|
||||||
|
@ -74,7 +74,7 @@ class ApiClient(object):
|
|||||||
self.default_headers[header_name] = header_value
|
self.default_headers[header_name] = header_value
|
||||||
self.cookie = cookie
|
self.cookie = cookie
|
||||||
# Set default User-Agent.
|
# 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):
|
def __del__(self):
|
||||||
if self._pool is not None:
|
if self._pool is not None:
|
||||||
|
@ -283,5 +283,5 @@ class Configuration(object):
|
|||||||
"OS: {env}\n"\
|
"OS: {env}\n"\
|
||||||
"Python Version: {pyversion}\n"\
|
"Python Version: {pyversion}\n"\
|
||||||
"Version of the API: 1.1.1\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)
|
format(env=sys.platform, pyversion=sys.version)
|
||||||
|
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ def read_readme():
|
|||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
NAME = "giteapython"
|
NAME = "giteapython"
|
||||||
VERSION = "1.12.1"
|
VERSION = "1.12.2"
|
||||||
# To install the library, run the following
|
# To install the library, run the following
|
||||||
#
|
#
|
||||||
# python setup.py install
|
# python setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user