Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amgedr committed Dec 19, 2017
1 parent 1960e39 commit 40851c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ webchk
:target: https://pyup.io/repos/github/amgedr/webchk/
:alt: Updates

.. image:: https://readthedocs.org/projects/webchk/badge/?version=latest
:target: http://webchk.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

webchk is a command-line tool for checking the HTTP status codes and response
header of URLs. It accepts one or more URLs as arguments as well as a sitemap
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='webchk',
version='0.2.0',
version='0.2.1',
packages=['webchk'],
test_suite='test',
url='https://github.com/amgedr/webchk',
Expand Down
2 changes: 1 addition & 1 deletion webchk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
__cmd_description__ = """Check HTTP status codes, response headers and redirects.
This is free software and it comes with absolutely no warranty.
You can distribute and modify it under terms of MIT License.
Expand Down

0 comments on commit 40851c5

Please sign in to comment.