We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95db012 + 251d842 commit 0c49a94Copy full SHA for 0c49a94
CHANGELOG
@@ -1,5 +1,7 @@
1
== Unreleased
2
3
+- Update API version with 2023-04 release ([#649](https://github.com/Shopify/shopify_python_api/pull/649))
4
+
5
== Version 12.2.0
6
7
- Update API version with 2023-01 release ([#631](https://github.com/Shopify/shopify_python_api/pull/631))
shopify/api_version.py
@@ -33,6 +33,7 @@ def define_known_versions(cls):
33
cls.define_version(Release("2022-07"))
34
cls.define_version(Release("2022-10"))
35
cls.define_version(Release("2023-01"))
36
+ cls.define_version(Release("2023-04"))
37
38
@classmethod
39
def clear_defined_versions(cls):
0 commit comments