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'