Skip to content

Commit 4088107

Browse files
author
Agus Makmun
committed
fix: build shield image, bump version
1 parent 1310c88 commit 4088107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Quick start
8383
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
8484
:target: https://raw.githubusercontent.com/agusmakmun/django-log-viewer/master/LICENSE
8585

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
8787
:target: https://github.com/agusmakmun/django-log-viewer/actions/workflows/run-tests.yml
8888

8989
.. _`PyPI`: https://pypi.python.org/pypi/django-log-viewer

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "1.1.6"
6+
__version__ = "1.1.7"
77

88
setup(
99
name="django-log-viewer",

0 commit comments

Comments
 (0)