Skip to content

Commit 3f85a25

Browse files
Merge pull request #115 from square/release/28.0.1.20230608
Generated PR for Release: 28.0.1.20230608
2 parents 5e10c4c + b485bad commit 3f85a25

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

doc/models/catalog-object.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ For a more detailed discussion of the Catalog data model, please see the
4747
| `item_option_value_data` | [`Catalog Item Option Value`](../../doc/models/catalog-item-option-value.md) | Optional | An enumerated value that can link a<br>`CatalogItemVariation` to an item option as one of<br>its item option values. |
4848
| `custom_attribute_definition_data` | [`Catalog Custom Attribute Definition`](../../doc/models/catalog-custom-attribute-definition.md) | Optional | Contains information defining a custom attribute. Custom attributes are<br>intended to store additional information about a catalog object or to associate a<br>catalog object with an entity in another system. Do not use custom attributes<br>to store any sensitive information (personally identifiable information, card details, etc.).<br>[Read more about custom attributes](https://developer.squareup.com/docs/catalog-api/add-custom-attributes) |
4949
| `quick_amounts_settings_data` | [`Catalog Quick Amounts Settings`](../../doc/models/catalog-quick-amounts-settings.md) | Optional | A parent Catalog Object model represents a set of Quick Amounts and the settings control the amounts. |
50+
| `subscription_plan_variation_data` | [`Catalog Subscription Plan Variation`](../../doc/models/catalog-subscription-plan-variation.md) | Optional | Describes a subscription plan variation. A subscription plan variation represents how the subscription for a product or service is sold.<br>For more information, see [Subscription Plans and Variations](https://developer.squareup.com/docs/subscriptions-api/plans-and-variations). |
5051

5152
## Example (as JSON)
5253

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=61.0"]
44
[project]
55
name = "squareup"
66
description = "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management."
7-
version = "28.0.0.20230608"
7+
version = "28.0.1.20230608"
88
readme = "README.md"
99
requires-python = ">=3.7"
1010
authors = [{name = "Square Developer Platform", email = "[email protected]"}]

square/api/base_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BaseApi(object):
2323

2424
@staticmethod
2525
def user_agent():
26-
return 'Square-Python-SDK/28.0.0.20230608 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}'
26+
return 'Square-Python-SDK/28.0.1.20230608 ({api-version}) {engine}/{engine-version} ({os-info}) {detail}'
2727

2828
@staticmethod
2929
def user_agent_parameters():

square/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Client(object):
5555

5656
@staticmethod
5757
def sdk_version():
58-
return '28.0.0.20230608'
58+
return '28.0.1.20230608'
5959

6060
@staticmethod
6161
def square_version():

0 commit comments

Comments
 (0)