Skip to content

Commit

Permalink
Merge pull request #34 from pieces-app/2.7.0
Browse files Browse the repository at this point in the history
bumped to 2.7.0
  • Loading branch information
mason-at-pieces authored Jul 9, 2024
2 parents de26e4f + 4dd0b26 commit 7eef7f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pieces_os_client"
version = "2.6.0"
version = "2.7.0"
description = "A powerful code engine package for writing applications on top of Pieces OS"
authors = ["Pieces <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pieces_os_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.5.0"
__version__ = "2.7.0"

# import apis into sdk package
from pieces_os_client.api.activities_api import ActivitiesApi
Expand Down
2 changes: 1 addition & 1 deletion src/pieces_os_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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/2.5.0/python'
self.user_agent = 'OpenAPI-Generator/2.7.0/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion src/pieces_os_client/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: 1.0\n"\
"SDK Package Version: 2.5.0".\
"SDK Package Version: 2.7.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down

0 comments on commit 7eef7f7

Please sign in to comment.