Skip to content

Commit

Permalink
Update version and release v0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
posita committed Feb 25, 2018
1 parent c7b7b5d commit 1771591
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -33,37 +33,37 @@ Jeff Knupp (|@jeffknupp|_) `describes how <https://www.jeffknupp.com/blog/2013/0
``django-emojiwatch``
=====================

.. image:: https://img.shields.io/pypi/v/django-emojiwatch.svg
.. image:: https://img.shields.io/pypi/v/django-emojiwatch/0.0.7.svg
:target: https://pypi.python.org/pypi/django-emojiwatch
:alt: [master Version]
:alt: [v0.0.7 Version]

.. image:: https://readthedocs.org/projects/django-emojiwatch/badge/?version=master
:target: https://django-emojiwatch.readthedocs.org/en/master/
:alt: [master Documentation]
.. image:: https://readthedocs.org/projects/django-emojiwatch/badge/?version=v0.0.7
:target: https://django-emojiwatch.readthedocs.org/en/v0.0.7/
:alt: [v0.0.7 Documentation]

.. image:: https://img.shields.io/pypi/l/django-emojiwatch.svg
.. image:: https://img.shields.io/pypi/l/django-emojiwatch/0.0.7.svg
:target: http://opensource.org/licenses/MIT
:alt: [master License]
:alt: [v0.0.7 License]

.. image:: https://img.shields.io/pypi/pyversions/django-emojiwatch.svg
.. image:: https://img.shields.io/pypi/pyversions/django-emojiwatch/0.0.7.svg
:target: https://pypi.python.org/pypi/django-emojiwatch
:alt: [master Supported Python Versions]
:alt: [v0.0.7 Supported Python Versions]

.. image:: https://img.shields.io/pypi/implementation/django-emojiwatch.svg
.. image:: https://img.shields.io/pypi/implementation/django-emojiwatch/0.0.7.svg
:target: https://pypi.python.org/pypi/django-emojiwatch
:alt: [master Supported Python Implementations]
:alt: [v0.0.7 Supported Python Implementations]

.. image:: https://img.shields.io/pypi/status/django-emojiwatch.svg
.. image:: https://img.shields.io/pypi/status/django-emojiwatch/0.0.7.svg
:target: https://pypi.python.org/pypi/django-emojiwatch
:alt: [master Development Stage]
:alt: [v0.0.7 Development Stage]

..
``django-emojiwatch`` is a bare bones Slack app for posting custom emoji updates to a designated channel.
It is licensed under the `MIT License <https://opensource.org/licenses/MIT>`_.
See the |LICENSE|_ file for details.
Source code is `available on GitHub <https://github.com/posita/django-emojiwatch>`__.
See `the docs <https://django-emojiwatch.readthedocs.org/en/master/>`__ for more information.
See `the docs <https://django-emojiwatch.readthedocs.org/en/v0.0.7/>`__ for more information.

Use
---
Expand Down
2 changes: 1 addition & 1 deletion emojiwatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__

0 comments on commit 1771591

Please sign in to comment.