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.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
posita committed Nov 16, 2015
1 parent d2c0b24 commit 5852412
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
25 changes: 9 additions & 16 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.1.0
:target: https://travis-ci.org/posita/txrc?branch=v0.1.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.1.0
:target: https://coveralls.io/r/posita/txrc?branch=v0.1.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.1.0
:target: https://txrc.readthedocs.org/en/v0.1.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.1.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.1.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.1.0
:alt: [Development Stage]

..
Expand All @@ -71,13 +71,6 @@ 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.

Issues
------

Expand Down
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.1.0'
__release__ = 'v0.1.0'

0 comments on commit 5852412

Please sign in to comment.