Skip to content

Commit

Permalink
Merge 9a086ae into 27c6b0e
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Jan 22, 2019
2 parents 27c6b0e + 9a086ae commit 122afea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reana_commons/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MQ_PRODUCER_MAX_RETRIES, MQ_URL, MQ_USER)


class BasePublisher():
class BasePublisher(object):
"""Base publisher to MQ."""

def __init__(self, queue, routing_key, connection=None,
Expand Down
2 changes: 1 addition & 1 deletion reana_commons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.5.0.dev20190116"
__version__ = "0.5.0.dev20190122"

0 comments on commit 122afea

Please sign in to comment.