Skip to content

Commit

Permalink
Release 3.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Apr 26, 2024
1 parent d49e698 commit cbd1dad
Show file tree
Hide file tree
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
@@ -1,6 +1,6 @@
{
"name": "saleor",
"version": "3.18.35",
"version": "3.18.36",
"engines": {
"node": ">=16 <17",
"npm": ">=7"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "saleor"
version = "3.18.35"
version = "3.18.36"
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"
Expand Down
2 changes: 1 addition & 1 deletion saleor/__init__.py
Expand Up @@ -3,7 +3,7 @@
from .celeryconf import app as celery_app

__all__ = ["celery_app"]
__version__ = "3.18.35"
__version__ = "3.18.36"


class PatchedSubscriberExecutionContext:
Expand Down

0 comments on commit cbd1dad

Please sign in to comment.