Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  bump version
  add log connect
  • Loading branch information
ShagaleevAlexey committed Oct 25, 2019
2 parents 3a4172d + bedd89b commit 348135d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aiopika_macrobase/rpc/client.py
Expand Up @@ -153,6 +153,8 @@ async def connect(self, exchange_name: str = 'rpc', loop: AbstractEventLoop = No
self._loop = loop or self._loop

await self._reset_callback_queue()

log.info(f'Connect to {self._host}:{self._port}/{self._virtual_host} ({self._user}:******)')
self._connection = await connect_robust(
host=self._host,
port=self._port,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='aiopika_macrobase',
version='0.0.18',
version='0.0.19',
packages=find_packages(),
url='https://github.com/mbcores/aiopika-macrobase',
license='MIT',
Expand Down

0 comments on commit 348135d

Please sign in to comment.