Skip to content

Commit

Permalink
upgrade sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamzak008 committed Aug 2, 2021
1 parent 9575eb4 commit 0d20d23
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.0
- Package version: 2.1.4
- Package version: 2.1.5
- Build package: com.atlassian.opsgenie.codegen.geniepy.GeniepyGenerator

For more information, please visit [https://www.opsgenie.com/contact-us](https://www.opsgenie.com/contact-us)
Expand Down
2 changes: 1 addition & 1 deletion opsgenie_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
from opsgenie_sdk.models.weekday_time_restriction_interval import WeekdayTimeRestrictionInterval
from opsgenie_sdk.models.weekday_time_restriction_interval_all_of import WeekdayTimeRestrictionIntervalAllOf

__version__ = "2.1.4"
__version__ = "2.1.5"

# import apis into sdk package

Expand Down
2 changes: 1 addition & 1 deletion opsgenie_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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 = 'opsgenie-sdk-python-2.1.4'
self.user_agent = 'opsgenie-sdk-python-2.1.5'

# init metric publishers
self.http_metric_publisher = self.rest_client.http_metric
Expand Down
2 changes: 1 addition & 1 deletion opsgenie_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.0.0\n"\
"SDK Package Version: 2.1.4".\
"SDK Package Version: 2.1.5".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion scripts/sdk/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageName": "opsgenie_sdk",
"projectName": "opsgenie-sdk",
"packageVersion": "2.1.4",
"packageVersion": "2.1.5",
"packageUrl": "https://github.com/opsgenie/opsgenie-python-sdk",
"sortParamsByRequiredFlag": "true",
"hideGenerationTimestamp": "true",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "opsgenie-sdk"
VERSION = "2.1.4"
VERSION = "2.1.5"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 0d20d23

Please sign in to comment.