Skip to content

Commit

Permalink
fix: build shield image, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Jan 27, 2023
1 parent 1310c88 commit 4088107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Quick start
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://raw.githubusercontent.com/agusmakmun/django-log-viewer/master/LICENSE

.. |build status| image:: https://img.shields.io/github/workflow/status/agusmakmun/django-log-viewer/Run%20tests
.. |build status| image:: https://img.shields.io/github/actions/workflow/status/agusmakmun/django-log-viewer/run-tests.yml?branch=master
:target: https://github.com/agusmakmun/django-log-viewer/actions/workflows/run-tests.yml

.. _`PyPI`: https://pypi.python.org/pypi/django-log-viewer
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "1.1.6"
__version__ = "1.1.7"

setup(
name="django-log-viewer",
Expand Down

0 comments on commit 4088107

Please sign in to comment.