Automatic update.

This commit is contained in:
Aleksander Cynarski 2020-11-29 20:04:55 +01:00
parent a68b4b4ac3
commit 726aba34bd
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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)

View File

@ -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