diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ad2901..ac7c1ea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 @@ -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 diff --git a/README.rst b/README.rst index 1279850..e170a14 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index b6b81fe..6adc258 100644 --- a/setup.py +++ b/setup.py @@ -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',