Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Oct 12, 2019
1 parent 5b27411 commit cf89a52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGES
=======

0.6.0 (2019-10-12)
------------------
* Add context var support for python3.7 aiohttp instrumentation #187
* Single header tracing support #189
* Add retries and batches to transport (thanks @konstantin-stepanov)
* Drop python3.5 support #238
* Use new typing syntax in codebase #237


0.5.0 (2018-12-25)
------------------
* More strict typing configuration is used #147
Expand Down
2 changes: 1 addition & 1 deletion aiozipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .tracer import Tracer, create, create_custom


__version__ = '0.5.1a0'
__version__ = '0.6.0'
__all__ = (
'Tracer',
'Sampler',
Expand Down

0 comments on commit cf89a52

Please sign in to comment.