Skip to content

Commit

Permalink
Release version 0.9.2 - fixed README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Montel committed Jan 19, 2018
1 parent 61761c3 commit 7bcd693
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ A fast, efficient Python library for generating country, province and state
specific sets of holidays on the fly. It aims to make determining whether a
specific date is a holiday as fast and flexible as possible.

.. image:: http://img.shields.io/travis/ryanss/python-holidays.svg
:target: https://travis-ci.org/ryanss/python-holidays
.. image:: http://img.shields.io/travis/dr-prodigy/python-holidays.svg
:target: https://travis-ci.org/dr-prodigy/python-holidays

.. image:: http://img.shields.io/coveralls/ryanss/python-holidays.svg
:target: https://coveralls.io/r/ryanss/python-holidays
.. image:: http://img.shields.io/coveralls/dr-prodigy/python-holidays.svg
:target: https://coveralls.io/r/dr-prodigy/python-holidays

.. image:: http://img.shields.io/pypi/v/holidays.svg
:target: https://pypi.python.org/pypi/holidays

.. image:: http://img.shields.io/pypi/l/holidays.svg
:target: https://github.com/ryanss/python-holidays/blob/master/LICENSE
:target: https://github.com/dr-prodigy/python-holidays/blob/master/LICENSE


Example Usage
Expand Down Expand Up @@ -376,7 +376,7 @@ The latest development version can be installed directly from GitHub:

.. code-block:: bash
$ pip install --upgrade https://github.com/ryanss/python-holidays/tarball/master
$ pip install --upgrade https://github.com/dr-prodigy/python-holidays/tarball/master
Running Tests
Expand All @@ -402,16 +402,16 @@ Coverage
Contributions
-------------

.. _issues: https://github.com/ryanss/python-holidays/issues
.. __: https://github.com/ryanss/python-holidays/pulls
.. _issues: https://github.com/dr-prodigy/python-holidays/issues
.. __: https://github.com/dr-prodigy/python-holidays/pulls

Issues_ and `Pull Requests`__ are always welcome.


License
-------

.. __: https://github.com/ryanss/python-holidays/raw/master/LICENSE
.. __: https://github.com/dr-prodigy/python-holidays/raw/master/LICENSE

Code and documentation are available according to the MIT License
(see LICENSE__).

0 comments on commit 7bcd693

Please sign in to comment.