From 1771591b95fccdfe9f7df02516635e6e3a54a39c Mon Sep 17 00:00:00 2001 From: Matt Bogosian Date: Sun, 25 Feb 2018 13:59:12 -0800 Subject: [PATCH] Update version and release v0.0.7. --- README.rst | 36 ++++++++++++++++++------------------ emojiwatch/version.py | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index d960e35..0457036 100644 --- a/README.rst +++ b/README.rst @@ -16,12 +16,12 @@ If those files are missing or appear to be modified from their originals, then p .. |CREDITS| replace:: ``CREDITS`` .. _`CREDITS`: CREDITS -.. image:: https://travis-ci.org/posita/django-emojiwatch.svg?branch=master - :target: https://travis-ci.org/posita/django-emojiwatch?branch=master +.. image:: https://travis-ci.org/posita/django-emojiwatch.svg?branch=v0.0.7 + :target: https://travis-ci.org/posita/django-emojiwatch?branch=v0.0.7 :alt: [Build Status] -.. image:: https://coveralls.io/repos/posita/django-emojiwatch/badge.svg?branch=master - :target: https://coveralls.io/r/posita/django-emojiwatch?branch=master +.. image:: https://coveralls.io/repos/posita/django-emojiwatch/badge.svg?branch=v0.0.7 + :target: https://coveralls.io/r/posita/django-emojiwatch?branch=v0.0.7 :alt: [Coverage Status] Curious about integrating your project with the above services? @@ -33,29 +33,29 @@ Jeff Knupp (|@jeffknupp|_) `describes how `_. See the |LICENSE|_ file for details. Source code is `available on GitHub `__. -See `the docs `__ for more information. +See `the docs `__ for more information. Use --- diff --git a/emojiwatch/version.py b/emojiwatch/version.py index 90ca3e1..9513109 100644 --- a/emojiwatch/version.py +++ b/emojiwatch/version.py @@ -21,6 +21,6 @@ __all__ = () -__version__ = (0, 0, 0) # type: typing.Tuple[int, int, int] +__version__ = (0, 0, 7) # type: typing.Tuple[int, int, int] __vers_str__ = '.'.join(str(_) for _ in __version__) __release__ = 'v' + __vers_str__