Skip to content

Commit e23933f

Browse files
author
LaunchDarklyReleaseBot
committed
Version 16.1.1 automatically generated from ld-openapi.
1 parent b5a70d2 commit e23933f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
398398
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
399399

400400
- API version: 2.0
401-
- Package version: 16.1.0
401+
- Package version: 16.1.1
402402
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
403403
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
404404

launchdarkly_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""
1414

1515

16-
__version__ = "16.1.0"
16+
__version__ = "16.1.1"
1717

1818
# import ApiClient
1919
from launchdarkly_api.api_client import ApiClient

launchdarkly_api/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7979
self.default_headers[header_name] = header_value
8080
self.cookie = cookie
8181
# Set default User-Agent.
82-
self.user_agent = 'OpenAPI-Generator/16.1.0/python'
82+
self.user_agent = 'OpenAPI-Generator/16.1.1/python'
8383

8484
def __enter__(self):
8585
return self

launchdarkly_api/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def to_debug_report(self):
412412
"OS: {env}\n"\
413413
"Python Version: {pyversion}\n"\
414414
"Version of the API: 2.0\n"\
415-
"SDK Package Version: 16.1.0".\
415+
"SDK Package Version: 16.1.1".\
416416
format(env=sys.platform, pyversion=sys.version)
417417

418418
def get_host_settings(self):

setup.py

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

1616
NAME = "launchdarkly-api"
17-
VERSION = "16.1.0"
17+
VERSION = "16.1.1"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)