Skip to content

Commit 0c49a94

Browse files
Merge pull request #649 from Shopify/kos/add_2023_04
Add API release 2023-04
2 parents 95db012 + 251d842 commit 0c49a94

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
== Unreleased
22

3+
- Update API version with 2023-04 release ([#649](https://github.com/Shopify/shopify_python_api/pull/649))
4+
35
== Version 12.2.0
46

57
- Update API version with 2023-01 release ([#631](https://github.com/Shopify/shopify_python_api/pull/631))

shopify/api_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def define_known_versions(cls):
3333
cls.define_version(Release("2022-07"))
3434
cls.define_version(Release("2022-10"))
3535
cls.define_version(Release("2023-01"))
36+
cls.define_version(Release("2023-04"))
3637

3738
@classmethod
3839
def clear_defined_versions(cls):

0 commit comments

Comments
 (0)