Skip to content

Commit

Permalink
Merge branch 'release/v0.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldemar Quevedo committed May 22, 2016
2 parents e87bd74 + 73f4017 commit 4147fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = b'0.2.2'
__version__ = b'0.2.4'
__lang__ = b'python2'
1 change: 1 addition & 0 deletions nats/io/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from nats.io.errors import *
from nats.io.utils import *
from nats.protocol.parser import *
from nats import __lang__, __version__

_CRLF_ = b'\r\n'
_SPC_ = b' '
Expand Down
1 change: 1 addition & 0 deletions tests/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from nats.io.client import Client, __version__
from nats.io.utils import new_inbox, INBOX_PREFIX
from nats.protocol.parser import *
from nats import __lang__, __version__

class Gnatsd(object):

Expand Down

0 comments on commit 4147fce

Please sign in to comment.