8000 Release 3.21.35 (#18544) · saleor/saleor@76df15b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76df15b

Browse files
authored
Release 3.21.35 (#18544)
1 parent 9312ef9 commit 76df15b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saleor",
3-
"version": "3.21.34",
3+
"version": "3.21.35",
44
"engines": {
55
"node": ">=16 <17",
66
"npm": ">=7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ help = "Run tests with db reuse to speed up testing time"
5353

5454
[tool.poetry]
5555
name = "saleor"
56-
version = "3.21.34"
56+
version = "3.21.35"
5757
description = "A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React."
5858
authors = [ "Saleor Commerce <hello@saleor.io>" ]
5959
license = "BSD-3-Clause"

saleor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .celeryconf import app as celery_app
44

55
__all__ = ["celery_app"]
6-
__version__ = "3.21.34"
6+
__version__ = "3.21.35"
77

88

99
class PatchedSubscriberExecutionContext:

0 commit comments

Comments
 (0)
0