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 e34d095 + 849c993 commit 23516d0Copy full SHA for 23516d0
CHANGELOG
@@ -1,3 +1,7 @@
1
+== Version 8.2.0
2
+- [Feature] Add support for Dynamic API Versioning. When the library is initialized, it will now make a request to
3
+Shopify to fetch a list of the available API versions. ([#441](https://github.com/Shopify/shopify_python_api/pull/441))
4
+
5
== Version 8.1.0
6
- [Feature] Add support for Shopify Payments resources (#428)
7
shopify/version.py
@@ -1 +1 @@
-VERSION = '8.1.0'
+VERSION = '8.2.0'
0 commit comments