Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jul 9, 2016
1 parent a5a082a commit 1fe8bb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/history/1.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Ver. 1.3.6 - 2016-Jul-09

Redis Lock bug fix and enhancement

* Critical bug fix in Redis Lock, the sleep method was not awaited when acquiring the lock
* Redis lock is an asynchronous context manager


## Ver. 1.3.5 - 2016-Jul-01

Bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .utils.version import get_version


VERSION = (1, 3, 6, 'alpha', 0)
VERSION = (1, 3, 6, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def sh(command):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet',
'Topic :: Utilities',
'Topic :: System :: Distributed Computing',
Expand Down

0 comments on commit 1fe8bb6

Please sign in to comment.