From 302af78e12f83795cfd3c98ab4e3eac0122ac996 Mon Sep 17 00:00:00 2001 From: Marc Chakiachvili Date: Thu, 12 Sep 2019 21:37:33 +0100 Subject: [PATCH] Bumped version to 1.6.6 --- CHANGES.md | 6 ++++++ waves/wcore/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a2c7a90..1624206 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ CHANGELOG ========= +Version 1.6.6 - 2019-09-12 +-------------------------- + +- [Commands] - Fix Error in command to migrate to new encryption lib +- [Queue] - Added Celry/Redis option to process job queue + Version 1.6.5 - 2019-06-15 -------------------------- diff --git a/waves/wcore/__init__.py b/waves/wcore/__init__.py index 7601ad4..4d74fbb 100644 --- a/waves/wcore/__init__.py +++ b/waves/wcore/__init__.py @@ -1,7 +1,7 @@ """ WAVES django components library """ -__version_detail__ = '1.6.5' +__version_detail__ = '1.6.6' __version__ = '1.6' __author__ = 'Marc Chakiachvili, MAB Team' __licence__ = 'GPLv3'