Skip to content

Commit

Permalink
Bump version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikipore committed Sep 13, 2014
1 parent d815f88 commit 3057aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -11,3 +11,4 @@
* 2.1.2 - Bugfix subscription handler.
* 2.1.3 - Bugfix thanks to [Peter McAlpine](https://github.com/rtkpmcalpine). More stable detection of localhost network addresses.
* 2.1.4 - Bugfix heart-beat negotiation.
* 2.1.5 - Improvement thanks to [Ray Ruvinskiy](https://github.com/rtkrruvinskiy). Avoid unintended inflation of messaging handling time.
2 changes: 1 addition & 1 deletion src/async/stompest/__init__.py
Expand Up @@ -7,4 +7,4 @@
__path__ = pkgutil.extend_path(__path__, __name__) # @ReservedAssignment

VERSION = '2.1'
FULL_VERSION = '2.1.4'
FULL_VERSION = '2.1.5'
2 changes: 1 addition & 1 deletion src/core/stompest/__init__.py
Expand Up @@ -7,4 +7,4 @@
__path__ = pkgutil.extend_path(__path__, __name__) # @ReservedAssignment

VERSION = '2.1'
FULL_VERSION = '2.1.4'
FULL_VERSION = '2.1.5'

0 comments on commit 3057aac

Please sign in to comment.