Skip to content

Commit

Permalink
Bump to 3.0.0-a.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Feb 23, 2021
1 parent 545b114 commit 9766732
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.0.0-a.10",
"version": "3.0.0-a.11",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
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-a.10"
version = "3.0.0-a.11"
description = "A modular, high performance e-commerce storefront built with GraphQL, Django, and ReactJS."
authors = ["Mirumee Software <hello@mirumee.com>"]
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
@@ -1,4 +1,4 @@
from .celeryconf import app as celery_app

__all__ = ["celery_app"]
__version__ = "3.0.0-a.10"
__version__ = "3.0.0-a.11"

0 comments on commit 9766732

Please sign in to comment.