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 d532b97 commit ebf3853Copy full SHA for ebf3853
2 files changed
debian/changelog
@@ -1,3 +1,9 @@
1
+baseplate (0.14.2) trusty; urgency=medium
2
+
3
+ * fix incorrect span.tag() calls that should be span.set_tag()
4
5
+ -- Neil Williams <neil@reddit.com> Thu, 13 Oct 2016 14:57:41 -0700
6
7
baseplate (0.14.1) trusty; urgency=medium
8
9
* fix missed annotate->tag renames in cassandra integration
setup.py
@@ -48,7 +48,7 @@
48
author_email="neil@reddit.com",
49
license="BSD",
50
url="https://reddit.github.io/baseplate/",
51
- version="0.14.1",
+ version="0.14.2",
52
53
packages=find_packages(exclude=["tests"]),
54
0 commit comments