Skip to content

Commit

Permalink
Release 3.0.0-b.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Jul 13, 2021
1 parent c048945 commit d3bccd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0.0-b.3",
"version": "3.0.0-b.4",
"engines": {
"node": ">=14 <15",
"npm": ">=6.11.0 <7"
Expand Down
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.0.0-b.3"
version = "3.0.0-b.4"
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .celeryconf import app as celery_app

__all__ = ["celery_app"]
__version__ = "3.0.0-b.3"
__version__ = "3.0.0-b.4"


def patched_print_object(type):
Expand Down

0 comments on commit d3bccd2

Please sign in to comment.