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

Commit

Permalink
Release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Feb 9, 2017
1 parent cf94936 commit c8153f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/history/1.6.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Ver. 1.6.4 - 2017-Feb-09

This release fixed an issue which prevented running [uvloop](https://github.com/MagicStack/uvloop) with multiprocessing

* Better handling of multiprocessing, monitor serves socket as well as workers
* uvloop works with multiprocessing [#262](https://github.com/quantmind/pulsar/issues/262)
* http-keep-alive bug fix [#270](https://github.com/quantmind/pulsar/pull/270)


## Ver. 1.6.3 - 2016-Dec-13

* Windows tests in [appveyor](https://ci.appveyor.com/project/lsbardel/pulsar)
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, 4, 'alpha', 0)
VERSION = (1, 6, 4, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit c8153f9

Please sign in to comment.