Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Version 0.0.14
Browse files Browse the repository at this point in the history
* Enable requests propagation by default
  • Loading branch information
Ryan Fitzpatrick committed Nov 6, 2019
1 parent b2b7d7c commit da7c531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def map(self, use_pep508=False):
name='signalfx-tracing',
version=version,
author='SignalFx, Inc.',
author_email='info@signalfx.com',
author_email='signalfx-oss@splunk.com',
url='http://github.com/signalfx/signalfx-python-tracing',
download_url='http://github.com/signalfx/signalfx-python-tracing/tarball/master',
description='Provides auto-instrumentation for OpenTracing-traced libraries and frameworks',
Expand Down
2 changes: 1 addition & 1 deletion signalfx_tracing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .instrumentation import instrument, uninstrument, auto_instrument # noqa
from .utils import create_tracer, trace # noqa

__version__ = '0.0.13'
__version__ = '0.0.14'

# Django
default_app_config = 'signalfx_tracing.libraries.django_.apps.SignalFxConfig' # noqa

0 comments on commit da7c531

Please sign in to comment.