Skip to content

Commit 92e0e56

Browse files
authored
Merge pull request #493 from Shopify/hot-fix/add-utils-package-to-sdist
[Bug fix] Release v8.3.1: Add shopify/utils to setup.py
2 parents 50a4c99 + 8ef678e commit 92e0e56

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 8.3.1
2+
- Fix bug: Add the `shopify/utils` sub-package when building the source distribution ([#493](https://github.com/Shopify/shopify_python_api/pull/493))
3+
14
== Version 8.3.0
25
- Add support for [session tokens](https://shopify.dev/concepts/apps/building-embedded-apps-using-session-tokens) ([#479](https://github.com/Shopify/shopify_python_api/pull/479))
36
- Use `session_token.decode_from_header` to obtain a decoded session token from an HTTP Authorization header

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author="Shopify",
1919
author_email="[email protected]",
2020
url="https://github.com/Shopify/shopify_python_api",
21-
packages=["shopify", "shopify/resources"],
21+
packages=["shopify", "shopify/resources", "shopify/utils"],
2222
scripts=["scripts/shopify_api.py"],
2323
license="MIT License",
2424
install_requires=[

shopify/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.3.0"
1+
VERSION = "8.3.1"

0 commit comments

Comments
 (0)