From a51d92f85369fc7f69a0c48f4b41e52e7ae9df54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Fri, 11 Sep 2020 18:24:26 +0300 Subject: [PATCH] Release 2.1.6 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5f19642f..f19a3392cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 List all changes after the last release here (newer on top). Each change on a separate bullet point line. - +## [2.1.6] - 2020-09-11 Admin: add supplier check to product list and edit views Admin: improve product variation management diff --git a/setup.py b/setup.py index 890797635e..93e71ba9a6 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ # - Add ".post0.dev" suffix to VERSION variable here NAME = 'shuup' -VERSION = '2.1.5.post0.dev' +VERSION = '2.1.6' DESCRIPTION = 'E-Commerce Platform' AUTHOR = 'Shoop Commerce Ltd.' AUTHOR_EMAIL = 'shuup@shuup.com'