We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91daa63 commit f54dec3Copy full SHA for f54dec3
CHANGELOG.rst
@@ -3,11 +3,12 @@
3
History
4
-------
5
6
-2.2.1 (unreleased)
+2.3.0 (2017-10-25)
7
------------------
8
9
- Futurize to support Python 3
10
- Add interceptor support to ``opentracing_instrumentation.http_client``
11
+- Add function to install interceptors from list
12
13
14
2.2.0 (2016-10-04)
setup.py
@@ -3,7 +3,7 @@
setup(
name='opentracing_instrumentation',
- version='2.2.1.dev0',
+ version='2.3.0',
author='Yuri Shkuro',
author_email='[email protected]',
description='Tracing Instrumentation using OpenTracing API (http://opentracing.io)',
0 commit comments