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 b2f97bf commit febe84f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 32 deletions.
53 changes: 23 additions & 30 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 @@ -39,47 +39,40 @@ Jeff Knupp (|@jeffknupp|_) `describes how <https://www.jeffknupp.com/blog/2013/0
``txrc`` - Twisted Retrying Caller Inspired by Terry Jones
==========================================================

.. image:: https://img.shields.io/pypi/v/txrc.svg
:target: https://pypi.python.org/pypi/txrc
:alt: [master Version]
.. image:: https://img.shields.io/pypi/v/txrc/0.2.0.svg
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [v0.2.0 Version]

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

.. image:: https://img.shields.io/pypi/l/txrc.svg
.. image:: https://img.shields.io/pypi/l/txrc/0.2.0.svg
:target: http://opensource.org/licenses/MIT
:alt: [master License]
:alt: [v0.2.0 License]

.. image:: https://img.shields.io/pypi/pyversions/txrc.svg
:target: https://pypi.python.org/pypi/txrc
:alt: [master Supported Python Versions]
.. image:: https://img.shields.io/pypi/pyversions/txrc/0.2.0.svg
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [v0.2.0 Supported Python Versions]

.. image:: https://img.shields.io/pypi/implementation/txrc.svg
:target: https://pypi.python.org/pypi/txrc
:alt: [master Supported Python Implementations]
.. image:: https://img.shields.io/pypi/implementation/txrc/0.2.0.svg
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [v0.2.0 Supported Python Implementations]

.. image:: https://img.shields.io/pypi/status/txrc.svg
:target: https://pypi.python.org/pypi/txrc
:alt: [master Development Stage]
.. image:: https://img.shields.io/pypi/status/txrc/0.2.0.svg
:target: https://pypi.python.org/pypi/txrc/0.2.0
:alt: [v0.2.0 Development Stage]

..
``txrc`` enables retrying calls in `Twisted <https://twistedmatrix.com/>`_.
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.

Examples
--------

.. TODO
Coming soon.
See `the docs <https://txrc.readthedocs.org/en/v0.2.0/>`__ for more information.

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 febe84f

Please sign in to comment.