Skip to content

Commit 5c0447a

Browse files
committed
Update mailchimp-transactional-python to v1.0.38
1 parent d384753 commit 5c0447a

37 files changed

+40
-37
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Transactional
44

5+
### 1.0.38
6+
* A change was made to `mailchimp-transactional-php` - the API client will now always return an `Exception`, instead of an `Exception` or a string, when the API returns an error. Having to parse the response as a string was found to be a bit clunky.
7+
58
### 1.0.37
69
* Added a changelog, which will be used to describe changes to both transactional and marketing client libraries.
710

build/lib/mailchimp_transactional/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
99
10-
OpenAPI spec version: 1.0.37
10+
OpenAPI spec version: 1.0.38
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

build/lib/mailchimp_transactional/api/exports_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/inbound_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/ips_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/messages_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/metadata_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/rejects_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/senders_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

build/lib/mailchimp_transactional/api/subaccounts_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.0.37
8+
OpenAPI spec version: 1.0.38
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)