Skip to content

Commit

Permalink
Bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikipore committed Jan 27, 2014
1 parent f6bea86 commit ee52aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/async/stompest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__path__ = pkgutil.extend_path(__path__, __name__) # @ReservedAssignment

VERSION = '2.1'
FULL_VERSION = '2.1.2'
FULL_VERSION = '2.1.3'
2 changes: 1 addition & 1 deletion src/core/stompest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__path__ = pkgutil.extend_path(__path__, __name__) # @ReservedAssignment

VERSION = '2.1'
FULL_VERSION = '2.1.2'
FULL_VERSION = '2.1.3'

0 comments on commit ee52aac

Please sign in to comment.