Skip to content

Commit 64bfb54

Browse files
<Vishal> Version changes
1 parent 76f6555 commit 64bfb54

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DRF API Logger
2-
![version](https://img.shields.io/badge/version-1.1.18-blue.svg)
2+
![version](https://img.shields.io/badge/version-1.1.19-blue.svg)
33
[![Downloads](https://static.pepy.tech/personalized-badge/drf-api-logger?period=total&units=none&left_color=black&right_color=orange&left_text=Downloads%20Total)](http://pepy.tech/project/drf-api-logger)
44
[![Downloads](https://static.pepy.tech/personalized-badge/drf-api-logger?period=month&units=none&left_color=black&right_color=orange&left_text=Downloads%20Last%20Month)](https://pepy.tech/project/drf-api-logger)
55
[![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ DRF API Logger Model:
414414
older data. To improve the searching or filtering, try to add indexes in
415415
the drf_api_logs table.
416416

417-
.. |version| image:: https://img.shields.io/badge/version-1.1.18-blue.svg
417+
.. |version| image:: https://img.shields.io/badge/version-1.1.19-blue.svg
418418
.. |Downloads| image:: https://static.pepy.tech/personalized-badge/drf-api-logger?period=total&units=none&left_color=black&right_color=orange&left_text=Downloads%20Total
419419
:target: http://pepy.tech/project/drf-api-logger
420420
.. |image1| image:: https://static.pepy.tech/personalized-badge/drf-api-logger?period=month&units=none&left_color=black&right_color=orange&left_text=Downloads%20Last%20Month

drf_api_logger/insert_log_into_database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ def _clean_exit(self, signum, frame):
141141
"""
142142
self._stop_event.set()
143143
self._start_bulk_insertion()
144+
exit(0)

setup.py

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

2222
setuptools.setup(
2323
name="drf-api-logger",
24-
version="1.1.18",
24+
version="1.1.19",
2525
author="Vishal Anand",
2626
author_email="vishalanandl177@gmail.com",
2727
description="An API Logger for your Django Rest Framework project.",

0 commit comments

Comments
 (0)