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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jun 17, 2016
1 parent c74ea82 commit 931e63a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/history/1.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Ver. 1.3.4 - 2016-Jun-17

Minor release which adds the ability to run a single test function from the test suite.

* ``full_url`` is a standalone function [794e6a0](https://github.com/quantmind/pulsar/commit/794e6a0afb22e6dd2c87c7ad26d7f2b9b7cf61db)
* Test suite can run specific test function in a given tag. Fixes #224 [550b0a5](https://github.com/quantmind/pulsar/commit/550b0a5d6a12044480a5baddf6b3d2f0b25c0b32)


## Ver. 1.3.3 - 2016-Jun-06

A critical bug fix for the WSGI server and several important fixes in internals.
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, 4, 'beta', 0)
VERSION = (1, 3, 4, 'final', 0)

__version__ = version = get_version(VERSION)

Expand Down

0 comments on commit 931e63a

Please sign in to comment.