Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jul 11, 2018
1 parent f2658bc commit 3469026
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGES
=======

0.4.0 (2018-07-11)
------------------
* Add more coverage with typing #147
* Breaking change: typo send_inteval => send_interval #144 (thanks @gugu)
* Breaking change: do not append api/v2/spans to the zipkin dress #150


0.3.0 (2018-06-13)
------------------
* Add support http.route tag for aiohttp #138
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


__version__ = '0.3.0'
__version__ = '0.4.0'
__all__ = (
'Tracer',
'Sampler',
Expand Down

0 comments on commit 3469026

Please sign in to comment.