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

Commit 1fe8bb6

Browse files
committed
Release 1.3.6
1 parent a5a082a commit 1fe8bb6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

docs/source/history/1.3.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Ver. 1.3.6 - 2016-Jul-09
2+
3+
Redis Lock bug fix and enhancement
4+
5+
* Critical bug fix in Redis Lock, the sleep method was not awaited when acquiring the lock
6+
* Redis lock is an asynchronous context manager
7+
8+
19
## Ver. 1.3.5 - 2016-Jul-01
210

311
Bug fixes and improvements

pulsar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .utils.version import get_version
66

77

8-
VERSION = (1, 3, 6, 'alpha', 0)
8+
VERSION = (1, 3, 6, 'final', 0)
99

1010
__version__ = version = get_version(VERSION)
1111

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def sh(command):
8181
'Programming Language :: Python',
8282
'Programming Language :: Python :: 3',
8383
'Programming Language :: Python :: 3.5',
84+
'Programming Language :: Python :: 3.6',
8485
'Topic :: Internet',
8586
'Topic :: Utilities',
8687
'Topic :: System :: Distributed Computing',

0 commit comments

Comments
 (0)