Skip to content

Commit bc602d6

Browse files
committed
Merge branch 'hotfix/0.1.4'
* hotfix/0.1.4: DOC: Update README.rst badges and #5
2 parents f79bdd7 + 192c950 commit bc602d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ pyrpo
1010
`Travis-CI`_
1111

1212

13-
.. image:: https://badge.fury.io/py/pyrpo.png
14-
:target: http://badge.fury.io/py/pyrpo
15-
16-
.. image:: https://travis-ci.org/westurner/pyrpo.png?branch=master
17-
:target: https://travis-ci.org/westurner/pyrpo
18-
19-
.. image:: https://pypip.in/d/pyrpo/badge.png
13+
.. image:: http://img.shields.io/pypi/v/pyrpo.svg
2014
:target: https://pypi.python.org/pypi/pyrpo
2115

16+
.. image:: http://img.shields.io/github/release/westurner/pyrpo.svg
17+
:target: https://github.com/westurner/pyrpo/releases
18+
19+
.. image:: https://travis-ci.org/westurner/pyrpo.png?branch=master
20+
:target: https://travis-ci.org/westurner/pyrpo
21+
2222
.. _GitHub: https://github.com/westurner/pyrpo
2323
.. _PyPi: https://pypi.python.org/pypi/pyrpo
2424
.. _Warehouse: https://warehouse.python.org/project/pyrpo
@@ -94,9 +94,9 @@ Generate an `.hgsubs` file::
9494

9595
pyrpo -r hgsub
9696

97-
Generate a ``.gitsubmodule`` file::
97+
Generate a ``.gitmodules`` file::
9898

99-
pyrpo -r gitsubmodule
99+
pyrpo -r gitbmodule
100100

101101
Generate an origin report::
102102

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def build_long_description():
7575

7676
setup(
7777
name='pyrpo',
78-
version='0.1.3',
78+
version='0.1.4',
7979
description=(
8080
'A shell command wrapper for hg, git, bzr, svn'),
8181
long_description=build_long_description(),

0 commit comments

Comments
 (0)