From fc036e9cd71bb7051dff04ea3e14948e82012438 Mon Sep 17 00:00:00 2001 From: Marc Chakiachvili Date: Sat, 15 Jun 2019 11:25:23 +0100 Subject: [PATCH] Updated versions everywhere --- CHANGES.md | 3 ++- waves/wcore/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6261063..a2c7a90 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,11 @@ CHANGELOG ========= -Version 1.7.0 - 2019-02-28 +Version 1.6.5 - 2019-06-15 -------------------------- - [Encryption] - MAJOR update on cryptography library in use within WAVES - https://github.com/pyca/cryptography see README +- [Commands] - Removed temporarly wqueue processing - issues with remaining processes Version 1.6.x - 2018-03-10 diff --git a/waves/wcore/__init__.py b/waves/wcore/__init__.py index 75e27a3..7601ad4 100644 --- a/waves/wcore/__init__.py +++ b/waves/wcore/__init__.py @@ -1,7 +1,7 @@ """ WAVES django components library """ -__version_detail__ = '1.6.3' +__version_detail__ = '1.6.5' __version__ = '1.6' __author__ = 'Marc Chakiachvili, MAB Team' __licence__ = 'GPLv3'