Skip to content

Commit 8377aeb

Browse files
authored
Merge pull request #3 from NarrativeScience/bump-version
bump version to 0.1.2 for bugfixes
2 parents 8fbf781 + 75587cc commit 8377aeb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://www.stitchdata.com/docs/developers/stitch-connect/api
77
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: 0.1
10-
- Package version: 0.1.1
10+
- Package version: 0.1.2
1111
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1212

1313
Table of Contents:
@@ -145,6 +145,6 @@ npx openapi-generator generate \
145145
--package-name stitch_connect_client \
146146
--git-user-id NarrativeScience \
147147
--git-repo-id stitch-connect-python \
148-
-p packageVersion=0.1.1 \
148+
-p packageVersion=0.1.2 \
149149
-t templates
150150
```

setup.py

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

1515
NAME = "stitch-connect-client"
16-
VERSION = "0.1.1"
16+
VERSION = "0.1.2"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

stitch_connect_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "0.1.1"
17+
__version__ = "0.1.2"
1818

1919
# import apis into sdk package
2020
from stitch_connect_client.api.destinations_api import DestinationsApi

stitch_connect_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7777
self.default_headers[header_name] = header_value
7878
self.cookie = cookie
7979
# Set default User-Agent.
80-
self.user_agent = 'OpenAPI-Generator/0.1.1/python'
80+
self.user_agent = 'OpenAPI-Generator/0.1.2/python'
8181
self.client_side_validation = configuration.client_side_validation
8282

8383
def __del__(self):

stitch_connect_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def to_debug_report(self):
260260
"OS: {env}\n"\
261261
"Python Version: {pyversion}\n"\
262262
"Version of the API: 0.1\n"\
263-
"SDK Package Version: 0.1.1".\
263+
"SDK Package Version: 0.1.2".\
264264
format(env=sys.platform, pyversion=sys.version)
265265

266266
def get_host_settings(self):

0 commit comments

Comments
 (0)