From 79d0ff76ad27bd447fc5a69ccef386fa20e595c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Panu=20Tulim=C3=A4ki?= Date: Mon, 25 Jan 2021 17:18:44 +0200 Subject: [PATCH] Release 2.3.11 --- CHANGELOG.md | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14fc08374..9e70ddfddd 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.3.11] - 2021-01-25 ### Added @@ -24,7 +24,6 @@ List all changes after the last release here (newer on top). Each change on a se - Admin: change the product files form part icon to a file icon - Core: cache language utils methods using LRU - ## [2.3.10] - 2021-01-22 - Notify: make email template form use code editor with preview diff --git a/setup.py b/setup.py index 7bb865bc86..1aff7aea1d 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ # - Add ".post0.dev" suffix to VERSION variable here NAME = 'shuup' -VERSION = '2.3.10.post0.dev' +VERSION = '2.3.11' DESCRIPTION = 'E-Commerce Platform' AUTHOR = 'Shoop Commerce Ltd.' AUTHOR_EMAIL = 'shuup@shuup.com'