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.12
Browse files Browse the repository at this point in the history
* Ensure Jaeger tracer created via create_tracer is closed at exit
* Update Django documentation and fix tests
  • Loading branch information
Ryan Fitzpatrick committed Jul 19, 2019
1 parent 001605b commit afe760d
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.11'
__version__ = '0.0.12'

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

0 comments on commit afe760d

Please sign in to comment.