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

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jul 1, 2016
1 parent eda8688 commit 634d92f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/history/1.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Ver. 1.3.5 - 2016-Jul-01

Bug fixes and improvements

* Pyreadline compatibility for windows #230
* Use ``router.SkipRoute`` to abort route serving [36204b4](https://github.com/quantmind/pulsar/commit/36204b4b1727956266fb2d7c21b36a7377bff696)
* Removed silence from events and fixed #228, [26193f5](https://github.com/quantmind/pulsar/commit/26193f5c9454689fd073dca57459332ef5cb84a5)
* Allow MediaRouter to serve only files matching a set of extensions [a3312c7](https://github.com/quantmind/pulsar/commit/a3312c74b109f1326a9e933c9efdfc66eea34f4d)


## Ver. 1.3.4 - 2016-Jun-17

Minor release which adds the ability to run a single test function from the test suite.
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, 3, 5, 'alpha', 0)
VERSION = (1, 3, 5, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit 634d92f

Please sign in to comment.