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

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Nov 28, 2016
1 parent cbc8090 commit da1ec75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/history/1.6.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Ver. 1.6.2 - 2016-Nov-28

This release fix a critical bug in windows (pulsar needs to choose how and if to support windows).
It is now possible to install and run servers on windows (multiprocessing not working at the moment)

* Critical bug fix for pulsar in ``windows`` [#260](https://github.com/quantmind/pulsar/issues/260)
* Check if X-Forwarded-Proto is ``https`` in request headers to set secure WSGI flag
* ``absolute_uri`` with empty string returns the request uri
* Added logger property to request to allow to override the server logger


## Ver. 1.6.1 - 2016-Nov-24

Minor release with few improvements in the HTTPClient and ``Channels``
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, 1, 'final', 0)
VERSION = (1, 6, 2, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit da1ec75

Please sign in to comment.