Skip to content

Commit

Permalink
Minor adjustments to README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredLGillespie committed Jun 17, 2018
1 parent 3228615 commit 66b22ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The format is based on `Keep a Changelog`_ and this project adheres to `Semantic
`Unreleased`_
-------------

`0.1.2`_ - 2018-06-17
Fixed
^^^^^
- README badge status

`0.1.1`_ - 2018-06-17
---------------------
Fixed
Expand All @@ -22,5 +27,6 @@ Added
^^^^^
- Initial version

.. _Unreleased: https://github.com/JaredLGillespie/rerunme/compare/v0.1.1...HEAD
.. _Unreleased: https://github.com/JaredLGillespie/rerunme/compare/v0.1.2...HEAD
.. _0.1.2: https://github.com/JaredLGillespie/rerunme/releases/tag/v0.1.2
.. _0.1.1: https://github.com/JaredLGillespie/rerunme/releases/tag/v0.1.1
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Rerun Me
========

.. image:: https://img.shields.io/travis/JaredLGillespie/rerunme.svg
.. image:: https://img.shields.io/travis/JaredLGillespie/rerun.me.svg
:alt: Travis
:target: https://travis-ci.org/JaredLGillespie/rerun.me
.. image:: https://img.shields.io/coveralls/github/JaredLGillespie/rerunme.svg
.. image:: https://img.shields.io/coveralls/github/JaredLGillespie/rerun.me.svg
:alt: Coveralls github
:target: https://coveralls.io/github/JaredLGillespie/rerun.me
.. image:: https://img.shields.io/pypi/v/rerun.me.svg
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='rerun.me',
version='0.1.1',
version='0.1.2',
description='A library for rerunning erred functions with delays.',
long_description=long_description,
url='https://github.com/jaredlgillespie/rerun.me',
Expand Down

0 comments on commit 66b22ac

Please sign in to comment.