We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10512d3 commit afd9733Copy full SHA for afd9733
CHANGELOG.rst
@@ -3,10 +3,10 @@
3
History
4
-------
5
6
-3.3.1 (unreleased)
+3.3.1 (2020-06-23)
7
------------------
8
9
-- Nothing changed yet.
+- Fix test hanging on waiting for DynamoDB (#112) <Aliaksei Urbanski>
10
11
12
3.3.0 (2020-06-16)
setup.py
@@ -5,7 +5,7 @@
setup(
name='opentracing_instrumentation',
- version='3.3.1.dev0',
+ version='3.3.1',
author='Yuri Shkuro',
author_email='ys@uber.com',
description='Tracing Instrumentation using OpenTracing API '
0 commit comments