Skip to content

Commit

Permalink
Merge pull request #35 from lirmm/release/1.6.5
Browse files Browse the repository at this point in the history
Bumped version to 1.6.6
  • Loading branch information
marcoooo committed Sep 12, 2019
2 parents a95f376 + 302af78 commit c1fbb6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down

0 comments on commit c1fbb6b

Please sign in to comment.