Skip to content

Commit

Permalink
Release 3.16.64
Browse files Browse the repository at this point in the history
IKarbowiak committed Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2948f3e commit 15d9e67
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor",
"version": "3.16.63",
"version": "3.16.64",
"engines": {
"node": ">=16 <17",
"npm": ">=7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "saleor"
version = "3.16.63"
version = "3.16.64"
description = "A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React."
authors = [ "Saleor Commerce <hello@saleor.io>" ]
license = "BSD-3-Clause"
2 changes: 1 addition & 1 deletion saleor/__init__.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from .celeryconf import app as celery_app

__all__ = ["celery_app"]
__version__ = "3.16.63"
__version__ = "3.16.64"


class PatchedSubscriberExecutionContext(object):

0 comments on commit 15d9e67

Please sign in to comment.