Skip to content

Commit 3494e7c

Browse files
<Vishal> 1.3.0
1 parent 3483598 commit 3494e7c

5 files changed

Lines changed: 5 additions & 5 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.3-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.10+-blue.svg)](https://www.python.org)
55
[![Django](https://img.shields.io/badge/django-4.2%2B-green.svg)](https://djangoproject.com)
66
[![DRF](https://img.shields.io/badge/djangorestframework-3.16%2B-orange.svg)](https://www.django-rest-framework.org)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project = 'DRF API Logger'
77
copyright = '2020, Vishal Anand'
88
author = 'Vishal Anand'
9-
release = '1.2.3'
9+
release = '1.3.0'
1010

1111
extensions = [
1212
'sphinx.ext.autodoc',

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DRF API Logger
22
==============
33

4-
.. image:: https://img.shields.io/badge/version-1.2.3-blue.svg
4+
.. image:: https://img.shields.io/badge/version-1.3.0-blue.svg
55
:alt: Version
66
.. image:: https://static.pepy.tech/personalized-badge/drf-api-logger?period=total&units=none&left_color=black&right_color=orange&left_text=Downloads%20Total
77
:target: http://pepy.tech/project/drf-api-logger

docs/operations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ retention, and health checks.
77
Supported Runtime Matrix
88
------------------------
99

10-
DRF API Logger 1.2.3 supports:
10+
DRF API Logger 1.3.0 supports:
1111

1212
- Python 3.10+
1313
- Django 4.2+

setup.py

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

1212
setuptools.setup(
1313
name="drf-api-logger",
14-
version="1.2.3",
14+
version="1.3.0",
1515
author="Vishal Anand",
1616
author_email="vishalanandl177@gmail.com",
1717
description="The production standard for DRF API observability: request/response logging, profiling, masking, and admin analytics.",

0 commit comments

Comments
 (0)