From 73bb46ec8196f7167958c068509d6fd86805a162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 20 May 2020 21:50:28 +0200 Subject: [PATCH] mention opentracing in README.md --- README.md | 1 + coolamqp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4981cb9..48156d7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CoolAMQP []() A **magical** AMQP 0.9.1 client, that uses **heavy sorcery** to achieve speeds that other pure-Python AMQP clients cannot even hope to match. +Additionally, it's traceable using **opentracing**. Documentation (WIP) is available at [Read the Docs](http://coolamqp.readthedocs.io/). diff --git a/coolamqp/__init__.py b/coolamqp/__init__.py index 462080a..7d663af 100644 --- a/coolamqp/__init__.py +++ b/coolamqp/__init__.py @@ -1,2 +1,2 @@ # coding=UTF-8 -__version__ = '1.1.1_a1' +__version__ = '1.1.1_a2' -- GitLab