Skip to content

Commit

Permalink
Bump version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisen committed Jul 10, 2017
1 parent a9901f0 commit 4f53165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.3 (2017-07-10)
------------------
- Be defensive about having logging handlers configured to avoid throwing
NullHandler attribute errors

0.8.2 (2017-06-30)
------------------
- Don't log ss and sr annotations when in a client span context
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = '0.8.2'
__version__ = '0.8.3'

setup(
name='py_zipkin',
Expand Down

0 comments on commit 4f53165

Please sign in to comment.