Skip to content

Commit

Permalink
Merge pull request Shopify#649 from Shopify/kos/add_2023_04
Browse files Browse the repository at this point in the history
Add API release 2023-04
  • Loading branch information
mkevinosullivan authored Apr 12, 2023
2 parents 95db012 + 251d842 commit 0c49a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== Unreleased

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

== Version 12.2.0

- Update API version with 2023-01 release ([#631](https://github.com/Shopify/shopify_python_api/pull/631))
Expand Down
1 change: 1 addition & 0 deletions shopify/api_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def define_known_versions(cls):
cls.define_version(Release("2022-07"))
cls.define_version(Release("2022-10"))
cls.define_version(Release("2023-01"))
cls.define_version(Release("2023-04"))

@classmethod
def clear_defined_versions(cls):
Expand Down

0 comments on commit 0c49a94

Please sign in to comment.