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

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Oct 31, 2016
1 parent 3d80a85 commit d43722c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
#
# make spelling SPHINXBUILD="pyenv exec sphinx-build"
import sys
import os

Expand Down
10 changes: 10 additions & 0 deletions docs/source/history/1.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Ver. 1.5.3 - 2016-Oct-31

This is a minor release with documentation fixes and channels improvements.

* Refactored test documentation
* Added Channels documentation
* Better handling of channels disconnections
* Increased test coverage by 0.5%


## Ver. 1.5.2 - 2016-Oct-23

Bug fix release, version 1.5.1 has a regression bug on the redis pub-sub client.
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, 6, 0, 'beta', 1)
VERSION = (1, 5, 3, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit d43722c

Please sign in to comment.