-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a309287
commit 28f46c5
Showing
6 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
from reader import Reader | ||
from legacy_reader import LegacyReader | ||
from writer import Writer | ||
from version import __version__ | ||
from version import __version__ # NOQA | ||
|
||
|
||
def _handle_term_signal(sig_num, frame): | ||
logging.info('TERM Signal handler called with signal %r' % sig_num) | ||
|
@@ -27,7 +28,6 @@ def run(): | |
tornado.ioloop.IOLoop.instance().start() | ||
|
||
|
||
# also update in setup.py | ||
__author__ = "Matt Reiferson <[email protected]>" | ||
__all__ = ["Reader", "Writer", "run", "BackoffTimer", "Message", "Error", "LegacyReader", | ||
"SyncConn", "AsyncConn", "unpack_response", "decode_message", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
__version__ = '0.6.0-alpha' | ||
# also update in setup.py | ||
__version__ = '0.6.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters