From 717a90681e66da1aba6223fe897a2ef8f8fe107f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 11 Mar 2021 11:48:25 +0100 Subject: [PATCH] Bump to 3.0.0-a.13 --- package-lock.json | 2 +- package.json | 2 +- pyproject.toml | 2 +- saleor/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 596439bab48..06ef5575e05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor", - "version": "3.0.0-a.12", + "version": "3.0.0-a.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2199802ebcc..96670d54b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor", - "version": "3.0.0-a.12", + "version": "3.0.0-a.13", "repository": { "type": "git", "url": "git://github.com/mirumee/saleor.git" diff --git a/pyproject.toml b/pyproject.toml index e5baeb5f8da..5a594b684ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saleor" -version = "3.0.0-a.12" +version = "3.0.0-a.13" description = "A modular, high performance e-commerce storefront built with GraphQL, Django, and ReactJS." authors = ["Mirumee Software "] license = "BSD-3-Clause" diff --git a/saleor/__init__.py b/saleor/__init__.py index 5a3fc1ff68f..a5322b93b23 100644 --- a/saleor/__init__.py +++ b/saleor/__init__.py @@ -1,4 +1,4 @@ from .celeryconf import app as celery_app __all__ = ["celery_app"] -__version__ = "3.0.0-a.12" +__version__ = "3.0.0-a.13"