Releasing 0.13.1

This commit is contained in:
Andrew Godwin 2016-05-13 10:27:12 -07:00
parent 363b5a09e9
commit 32320ec094
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
0.13.1 (2016-05-13)
-------------------
* enforce_ordering now queues future messages in a channel rather than
spinlocking worker processes to achieve delays.
* ConsumeLater no longer duplicates messages when they're requeued below the
limit.
0.13.0 (2016-05-07)
-------------------

View File

@ -1,4 +1,4 @@
__version__ = "0.13.0"
__version__ = "0.13.1"
default_app_config = 'channels.apps.ChannelsConfig'
DEFAULT_CHANNEL_LAYER = 'default'