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.
2 parents 78d09cf + c146d88 commit 205147eCopy full SHA for 205147e
CHANGELOG.rst
@@ -3,10 +3,10 @@
3
History
4
-------
5
6
-2.4.2 (unreleased)
+2.4.2 (2018-08-02)
7
------------------
8
9
-- Nothing changed yet.
+- Fix wrapper for psycopg2 connection so type check does not fail (#55)
10
11
12
2.4.1 (2018-04-19)
@@ -20,7 +20,7 @@ History
20
21
- Add client hooks for psycopg2 (#39)
22
23
-
+
24
2.3.0 (2017-10-25)
25
26
setup.py
@@ -3,7 +3,7 @@
setup(
name='opentracing_instrumentation',
- version='2.4.2.dev0',
+ version='2.4.2',
author='Yuri Shkuro',
author_email='[email protected]',
description='Tracing Instrumentation using OpenTracing API (http://opentracing.io)',
0 commit comments