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 May 20, 2015
1 parent 7b6445b commit ea9326c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.rst
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/py-dimgx.svg?branch=master
:target: https://travis-ci.org/posita/py-dimgx?branch=master
.. image:: https://travis-ci.org/posita/py-dimgx.svg?branch=v0.2.0
:target: https://travis-ci.org/posita/py-dimgx?branch=v0.2.0
:alt: Build Status

.. image:: https://coveralls.io/repos/posita/py-dimgx/badge.svg?branch=master
:target: https://coveralls.io/r/posita/py-dimgx?branch=master
.. image:: https://coveralls.io/repos/posita/py-dimgx/badge.svg?branch=v0.2.0
:target: https://coveralls.io/r/posita/py-dimgx?branch=v0.2.0
:alt: Coverage Status

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

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

.. image:: https://pypip.in/license/dimgx/badge.svg
:target: http://opensource.org/licenses/MIT
:alt: License

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

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

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

``dimgx`` extracts and flattens `Docker <https://www.docker.com/whatisdocker/>`_ `image <https://docs.docker.com/terms/image/>`__ `layers <https://docs.docker.com/terms/layer/>`__:
It is licensed under the `MIT License <http://opensource.org/licenses/MIT>`_.
Source code is `available on GitHub <https://github.com/posita/py-dimgx>`__.
See `the docs <https://dimgx.readthedocs.org/en/master/>`__ for more information.
See `the docs <https://dimgx.readthedocs.org/en/v0.2.0/>`__ for more information.

Examples
--------
Expand Down Expand Up @@ -116,4 +116,4 @@ Issues

``dimgx`` does what I want, so I'm just maintaining it at this point.
If you find a bug, or want a feature, please `file an issue <https://github.com/posita/py-dimgx/issues>`__ (if it hasn't already been filed).
If you're willing and able, consider `contributing <https://dimgx.readthedocs.org/en/master/contrib.html>`__.
If you're willing and able, consider `contributing <https://dimgx.readthedocs.org/en/v0.2.0/contrib.html>`__.
4 changes: 2 additions & 2 deletions _dimgx/version.py
Expand Up @@ -25,5 +25,5 @@

__all__ = ()

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

0 comments on commit ea9326c

Please sign in to comment.