Skip to content

Commit e1d60b2

Browse files
committed
Restored pypip.in download badge, added license badge.
1 parent a5731be commit e1d60b2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

client/README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Deis controller, providing a Heroku-inspired PaaS workflow.
99
.. image:: https://travis-ci.org/opdemand/deis.png?branch=master
1010
:target: https://travis-ci.org/opdemand/deis
1111

12+
.. image:: https://pypip.in/d/deis/badge.png
13+
:target: https://pypi.python.org/pypi/deis/
14+
:alt: Downloads
15+
16+
.. image:: https://pypip.in/license/deis/badge.png
17+
:target: https://pypi.python.org/pypi/deis/
18+
:alt: License
19+
1220
What is Deis?
1321
-------------
1422

docs/contributing/releases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Deis Repo
6565
* ensure Berksfile is pointing to opscode community cookbook
6666
* ``berks update && berks install`` to update Berksfile.lock
6767
- commit and push the opdemand/deis release and tag
68-
* ``git commit -a -m 'updated for vX.Y.Z release'``
68+
* ``git commit -a -m 'Updated for vX.Y.Z release.'``
6969
* ``git push origin release``
7070
* ``git tag vX.Y.Z``
7171
* ``git push --tags origin vX.Y.Z``
@@ -77,7 +77,7 @@ Deis Repo
7777
* update __version__ fields in Python packages to *next* version
7878
* switch from opscode community cookbook back to github cookbook
7979
* ``berks update && berks install`` to update Berksfile.lock
80-
* ``git commit -a -m 'switch master to vA.B.C.'`` (next version)
80+
* ``git commit -a -m 'Switch master to vA.B.C.'`` (next version)
8181
* ``git push origin master``
8282

8383
Docs

0 commit comments

Comments
 (0)