Skip to content

Commit 9901d9e

Browse files
author
Gabriel Besombes
committed
Updated version number
1 parent 5066445 commit 9901d9e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: BUILD-SNAPSHOT
7-
- Package version: 1.2.0
7+
- Package version: 1.2.3
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -17,9 +17,9 @@ Python 2.7 and 3.4+
1717
If the python package is hosted on Github, you can install directly from Github
1818

1919
```sh
20-
pip install git+https://github.com/OpenSILEX/[email protected].0
20+
pip install git+https://github.com/OpenSILEX/[email protected].3
2121
```
22-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/OpenSILEX/[email protected].0`)
22+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/OpenSILEX/[email protected].3`)
2323

2424
Then import the package:
2525
```python

opensilexClientToolsPython/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7575
self.default_headers[header_name] = header_value
7676
self.cookie = cookie
7777
# Set default User-Agent.
78-
self.user_agent = 'Swagger-Codegen/1.2.0/python'
78+
self.user_agent = 'Swagger-Codegen/1.2.3/python'
7979

8080
def __del__(self):
8181
if self._pool is not None:

opensilexClientToolsPython/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ def to_debug_report(self):
233233
"OS: {env}\n"\
234234
"Python Version: {pyversion}\n"\
235235
"Version of the API: BUILD-SNAPSHOT\n"\
236-
"SDK Package Version: 1.2.0".\
236+
"SDK Package Version: 1.2.3".\
237237
format(env=sys.platform, pyversion=sys.version)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "opensilexClientToolsPython"
17-
VERSION = "1.2.0"
17+
VERSION = "1.2.3"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)