Skip to content

Commit

Permalink
Release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Dec 13, 2016
1 parent ba117c2 commit 7060bb9
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.3 - 2016-Dec-13

* Windows tests in [appveyor](https://ci.appveyor.com/project/lsbardel/pulsar)
* Select Event loop is the default in windows, ``proactor`` also available but with limited functionality
* Multiprocessing is default concurrency model (``process``) for both linux and windows
* Subprocess concurrency can be used in linux and windows with proactor event loop (``--concurrency subprocess``)
* Bug fix in ``stop_actors`` [e96cd13](https://github.com/quantmind/pulsar/commit/e96cd13e00b0afaefea18c95ee147d4a331a2c54)


## Ver. 1.6.2 - 2016-Nov-28

This release fixes a critical bug in windows (pulsar needs to choose how and if to officially support windows).
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, 3, 'alpha', 0)
VERSION = (1, 6, 3, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit 7060bb9

Please sign in to comment.