Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Update version and release v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
posita committed Nov 17, 2015
1 parent fc1430b commit 9d14787
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ If such a file did not accompany this software, then please contact the author b
.. |LICENSE.txt| replace:: ``LICENSE.txt``
.. _`LICENSE.txt`: LICENSE

.. image:: https://travis-ci.org/posita/txrc.svg?branch=master
:target: https://travis-ci.org/posita/txrc?branch=master
.. image:: https://travis-ci.org/posita/txrc.svg?branch=v0.2.0
:target: https://travis-ci.org/posita/txrc?branch=v0.2.0
:alt: [Build Status]

.. image:: https://coveralls.io/repos/posita/txrc/badge.svg?branch=master
:target: https://coveralls.io/r/posita/txrc?branch=master
.. image:: https://coveralls.io/repos/posita/txrc/badge.svg?branch=v0.2.0
:target: https://coveralls.io/r/posita/txrc?branch=v0.2.0
:alt: [Coverage Status]

Curious about integrating your project with the above services?
Expand All @@ -43,24 +43,24 @@ Jeff Knupp (|@jeffknupp|_) `describes how <https://www.jeffknupp.com/blog/2013/0
:target: https://pypi.python.org/pypi/txrc/
:alt: [Latest Version]

.. image:: https://readthedocs.org/projects/txrc/badge/?version=master
:target: https://txrc.readthedocs.org/en/master/
.. image:: https://readthedocs.org/projects/txrc/badge/?version=v0.2.0
:target: https://txrc.readthedocs.org/en/v0.2.0/
:alt: [Documentation]

.. image:: https://pypip.in/license/txrc/badge.svg
:target: https://opensource.org/licenses/MIT
:alt: [License]

.. image:: https://pypip.in/py_versions/txrc/badge.svg
:target: https://pypi.python.org/pypi/txrc/master
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [Supported Python Versions]

.. image:: https://pypip.in/implementation/txrc/badge.svg
:target: https://pypi.python.org/pypi/txrc/master
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [Supported Python Implementations]

.. image:: https://pypip.in/status/txrc/badge.svg
:target: https://pypi.python.org/pypi/txrc/master
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [Development Stage]

..
Expand All @@ -69,7 +69,7 @@ Jeff Knupp (|@jeffknupp|_) `describes how <https://www.jeffknupp.com/blog/2013/0
It is based on `Terry Jones's proposal <http://blogs.fluidinfo.com/terry/2009/11/12/twisted-code-for-retrying-function-calls/>`__.
It is licensed under the `MIT License <https://opensource.org/licenses/MIT>`_.
Source code is `available on GitHub <https://github.com/posita/txrc>`__.
See `the docs <https://txrc.readthedocs.org/en/master/>`__ for more information.
See `the docs <https://txrc.readthedocs.org/en/v0.2.0/>`__ for more information.

Examples
--------
Expand All @@ -82,4 +82,4 @@ Issues
------

If you find a bug, or want a feature, please `file an issue <https://github.com/posita/txrc/issues>`__ (if it hasn't already been filed).
If you're willing and able, consider `contributing <https://txrc.readthedocs.org/en/master/contrib.html>`__.
If you're willing and able, consider `contributing <https://txrc.readthedocs.org/en/v0.2.0/contrib.html>`__.
4 changes: 2 additions & 2 deletions txrc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

__all__ = ()

__version__ = 'master'
__release__ = 'master'
__version__ = '0.2.0'
__release__ = 'v0.2.0'

0 comments on commit 9d14787

Please sign in to comment.