Skip to content

Commit

Permalink
Version 16.1.1 automatically generated from ld-openapi.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed May 16, 2024
1 parent b5a70d2 commit e23933f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ To learn more about how EOL is determined, read LaunchDarkly's [End of Life (EOL
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

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

Expand Down
2 changes: 1 addition & 1 deletion launchdarkly_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""


__version__ = "16.1.0"
__version__ = "16.1.1"

# import ApiClient
from launchdarkly_api.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/16.1.0/python'
self.user_agent = 'OpenAPI-Generator/16.1.1/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.0\n"\
"SDK Package Version: 16.1.0".\
"SDK Package Version: 16.1.1".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "launchdarkly-api"
VERSION = "16.1.0"
VERSION = "16.1.1"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit e23933f

Please sign in to comment.