From 7b41c5f5e163d607189583ad4e43a51adde78ee4 Mon Sep 17 00:00:00 2001 From: Nikolay Novik Date: Tue, 25 Dec 2018 20:54:25 +0200 Subject: [PATCH] bump version --- CHANGES.txt | 2 +- aiozipkin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7ac68acf..cf021263 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ CHANGES ======= -0.5.0 (YYYY-MM-DD) +0.5.0 (2018-12-25) ------------------ * More strict typing configuration is used #147 * Fixed bunch of typos in code and docs #151 #153 (thanks @deejay1) diff --git a/aiozipkin/__init__.py b/aiozipkin/__init__.py index 29078bb8..accdfc94 100644 --- a/aiozipkin/__init__.py +++ b/aiozipkin/__init__.py @@ -29,7 +29,7 @@ from .tracer import Tracer, create, create_custom -__version__ = '0.4.1a1' +__version__ = '0.5.0' __all__ = ( 'Tracer', 'Sampler',