Skip to content

Commit 652f699

Browse files
🔖 Update version to 3.5.1 in pyproject.toml and __init__.py
🚀 Update User-Agent to 'squarecloud-api/3.5.1' in squarecloud/http/http_client.py
1 parent 3287025 commit 652f699

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'squarecloud-api'
3-
version = '3.5.0'
3+
version = '3.5.1'
44
description = 'SquareCloud API wrapper'
55
authors = ['Robert Nogueira <[email protected]>']
66
repository = 'https://github.com/squarecloudofc/wrapper-api-py'

squarecloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from .file import File
1919
from .http.endpoints import Endpoint
2020

21-
__version__ = '3.5.0'
21+
__version__ = '3.5.1'

squarecloud/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async def request(self, route: Router, **kwargs) -> Response | bytes:
164164
"""
165165
headers = {
166166
'Authorization': self.api_key,
167-
'User-Agent': 'squarecloud-api/3.5.0',
167+
'User-Agent': 'squarecloud-api/3.5.1',
168168
}
169169
extra_error_kwargs: dict[str, Any] = {}
170170

0 commit comments

Comments
 (0)