Skip to content

Commit

Permalink
Bum version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 20, 2020
1 parent befb706 commit 7be1170
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ CHANGES

.. towncrier release notes start
0.7.1 (2020-09-20)
==================

Bugfixes
--------

- Fix `Manifest.in` file; add `CHANGES.rst` to the Source Tarball.


0.7.0 (2020-07-17)
==================

Expand Down
2 changes: 1 addition & 1 deletion aiozipkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .tracer import Tracer, create, create_custom


__version__ = "0.7.0"
__version__ = "0.7.1"
__all__ = (
"Tracer",
"Sampler",
Expand Down

0 comments on commit 7be1170

Please sign in to comment.