File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DRF API Logger
22
3- [ ![ Version] ( https://img.shields.io/badge/version-1.2 .0-blue.svg )] ( https://github.com/vishalanandl177/DRF-API-Logger )
3+ [ ![ Version] ( https://img.shields.io/badge/version-1.3 .0-blue.svg )] ( https://github.com/vishalanandl177/DRF-API-Logger )
44[ ![ Python] ( https://img.shields.io/badge/python-3.6+-blue.svg )] ( https://www.python.org )
55[ ![ Django] ( https://img.shields.io/badge/django-3.2+-green.svg )] ( https://djangoproject.com )
66[ ![ DRF] ( https://img.shields.io/badge/djangorestframework-3.12+-orange.svg )] ( https://www.django-rest-framework.org )
Original file line number Diff line number Diff line change 1212def get_tracer ():
1313 global _tracer
1414 if _tracer is None and HAS_OTEL :
15- _tracer = trace .get_tracer ('drf_api_logger' , '1.2 .0' )
15+ _tracer = trace .get_tracer ('drf_api_logger' , '1.3 .0' )
1616 return _tracer
1717
1818
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def get_long_desc():
2020
2121setuptools .setup (
2222 name = "drf-api-logger" ,
23- version = "1.2 .0" ,
23+ version = "1.3 .0" ,
2424 author = "Vishal Anand" ,
2525 author_email = "vishalanandl177@gmail.com" ,
2626 description = "An API Logger for your Django Rest Framework project." ,
You can’t perform that action at this time.
0 commit comments