Skip to content

Commit fde7265

Browse files
author
Vishal Rana
committed
Bump v0.5.2
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
1 parent 0fae37f commit fde7265

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

labstack/log.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ async def _dispatch(self):
3939
finally:
4040
self.entries.clear()
4141

42+
def add_fields(self, **kwargs):
43+
self.fields.update(kwargs)
44+
4245
def debug(self, **kwargs):
4346
self._log(Level.DEBUG, **kwargs)
4447

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='labstack',
5-
version='0.5.1',
5+
version='0.5.2',
66
description='Official Python client library for the LabStack REST API',
77
long_description='`<https://github.com/labstack/labstack-python>`_',
88
keywords='labstack cube email log mqtt store',

0 commit comments

Comments
 (0)