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.13
Browse files Browse the repository at this point in the history
* Add Celery auto-instrumentation
  • Loading branch information
Ryan Fitzpatrick committed Sep 25, 2019
1 parent d53454d commit ae3e69a
Showing 1 changed file with 1 addition and 1 deletion.
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.12.1'
__version__ = '0.0.13'

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

0 comments on commit ae3e69a

Please sign in to comment.