Skip to content

Commit 13ee15d

Browse files
committed
Bump version to 1.3.0 for OTel, error grouping, and metrics
https://claude.ai/code/session_01Xm34otsnCyKstNXxvzgABT
1 parent f171c38 commit 13ee15d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

drf_api_logger/otel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_long_desc():
2020

2121
setuptools.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.",

0 commit comments

Comments
 (0)