Skip to content

Commit

Permalink
Update HISTORY and version for 2.1.2 release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmaske committed May 13, 2019
1 parent a4db592 commit 4dc8bf5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,12 @@
History
=======

2.1.2
-----
2019-05-13

- Add support for 'rediss'. Thanks @gustavoalmeida

2.1.1
-----
2019-05-08
Expand Down
2 changes: 1 addition & 1 deletion celery_once/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Cameron Maske'
__email__ = 'cameronmaske@gmail.com'
__version__ = '2.1.1'
__version__ = '2.1.2'


from .tasks import QueueOnce, AlreadyQueued

0 comments on commit 4dc8bf5

Please sign in to comment.