We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3407404 commit 0259e59Copy full SHA for 0259e59
CHANGELOG.rst
@@ -3,10 +3,10 @@
3
History
4
-------
5
6
-2.4.1 (unreleased)
+2.4.1 (2018-04-19)
7
------------------
8
9
-- Nothing changed yet.
+- Remove dependency on 'futures' (#47)
10
11
12
2.4.0 (2018-01-09)
setup.py
@@ -3,7 +3,7 @@
setup(
name='opentracing_instrumentation',
- version='2.4.1.dev0',
+ version='2.4.1',
author='Yuri Shkuro',
author_email='ys@uber.com',
description='Tracing Instrumentation using OpenTracing API (http://opentracing.io)',
0 commit comments