Skip to content

Commit 77283e9

Browse files
authored
Merge pull request #521 from Shopify/2021-07-api
Update API version with 2021-07 release
2 parents 498ccb1 + f29ef11 commit 77283e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 2021-07 release, remove API version 2020-01 ([#521](https://github.com/Shopify/shopify_python_api/pull/521))
4+
35
== Version 8.4.1
46
- Bug fix: `sanitize_shop_domain` now returns `None` rather than `'none.myshopify.com'` if no `shop_domain` arg is passed in ([#499](https://github.com/Shopify/shopify_python_api/pull/499))
57

shopify/api_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ def define_version(cls, version):
2727
@classmethod
2828
def define_known_versions(cls):
2929
cls.define_version(Unstable())
30-
cls.define_version(Release("2020-01"))
3130
cls.define_version(Release("2020-04"))
3231
cls.define_version(Release("2020-07"))
3332
cls.define_version(Release("2020-10"))
3433
cls.define_version(Release("2021-01"))
3534
cls.define_version(Release("2021-04"))
35+
cls.define_version(Release("2021-07"))
3636

3737
@classmethod
3838
def clear_defined_versions(cls):

0 commit comments

Comments
 (0)