Skip to content

Commit 87fc779

Browse files
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.12.0 (#8)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent a5820aa commit 87fc779

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,12 @@ Based on:
126126
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
127127
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
128128
### Releases
129-
- [PyPI v1.11.0] https://pypi.org/project/hightouch/1.11.0 - .
129+
- [PyPI v1.11.0] https://pypi.org/project/hightouch/1.11.0 - .
130+
131+
## 2023-03-15 23:32:49
132+
### Changes
133+
Based on:
134+
- OpenAPI Doc 1.0.0 https://api.hightouch.io/api/swagger.json
135+
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
136+
### Releases
137+
- [PyPI v1.12.0] https://pypi.org/project/hightouch/1.12.0 - .

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ configVersion: 1.0.0
22
management:
33
docChecksum: a53d236a840ccb19591ccbf41c41acd1
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.11.0
5+
speakeasyVersion: 1.12.0
66
generation:
77
telemetryEnabled: true
88
sdkClassName: hightouch
99
sdkFlattening: true
1010
python:
11-
version: 1.11.0
11+
version: 1.12.0
1212
author: Speakeasy
1313
description: Python SDK for Hightouch API
1414
packageName: hightouch

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="hightouch",
11-
version="1.11.0",
11+
version="1.12.0",
1212
author="Speakeasy",
1313
description="Python SDK for Hightouch API",
1414
long_description=long_description,

src/hightouch/sdk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class Hightouch:
1515
_security_client: requests_http.Session
1616
_server_url: str = SERVERS[0]
1717
_language: str = "python"
18-
_sdk_version: str = "1.11.0"
19-
_gen_version: str = "1.11.0"
18+
_sdk_version: str = "1.12.0"
19+
_gen_version: str = "1.12.0"
2020

2121
def __init__(self,
2222
server_url: str = None,

0 commit comments

Comments
 (0)