File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Quick start
83
83
.. |license | image :: https://img.shields.io/badge/license-MIT-green.svg
84
84
:target: https://raw.githubusercontent.com/agusmakmun/django-log-viewer/master/LICENSE
85
85
86
- .. |build status | image :: https://img.shields.io/github/workflow/status/agusmakmun/django-log-viewer/Run%20tests
86
+ .. |build status | image :: https://img.shields.io/github/actions/ workflow/status/agusmakmun/django-log-viewer/run-tests.yml?branch=master
87
87
:target: https://github.com/agusmakmun/django-log-viewer/actions/workflows/run-tests.yml
88
88
89
89
.. _`PyPI` : https://pypi.python.org/pypi/django-log-viewer
Original file line number Diff line number Diff line change 3
3
4
4
from setuptools import setup , find_packages
5
5
6
- __version__ = "1.1.6 "
6
+ __version__ = "1.1.7 "
7
7
8
8
setup (
9
9
name = "django-log-viewer" ,
You can’t perform that action at this time.
0 commit comments