Skip to content

Commit

Permalink
bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jan 9, 2016
1 parent 3e2e6d6 commit 13e9b80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .executor import Executor, wait, as_completed, default_executor
from .scheduler import Scheduler

__version__ = '1.7.2'
__version__ = '1.7.3'
2 changes: 1 addition & 1 deletion distributed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def ensure_ip(hostname):

import logging
logging.basicConfig(format='%(name)s - %(levelname)s - %(message)s',
level=logging.DEBUG)
level=logging.INFO)

# http://stackoverflow.com/questions/21234772/python-tornado-disable-logging-to-stderr
stream = logging.StreamHandler(sys.stderr)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
requires.append('singledispatch')

setup(name='distributed',
version='1.7.2',
version='1.7.3',
description='Distributed computing',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 13e9b80

Please sign in to comment.