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

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
New Features:

- Added instrumentation for Falcon 2.0+
  • Loading branch information
owais committed Aug 20, 2020
1 parent 4e35a8d commit 95fb0b1
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 @@ -3,7 +3,7 @@
from .instrumentation import instrument, uninstrument, auto_instrument # noqa
from .utils import create_tracer, trace # noqa

__version__ = '1.0.0'
__version__ = '1.1.0'

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

0 comments on commit 95fb0b1

Please sign in to comment.