Skip to content

Commit

Permalink
Update versions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
htgoebel committed Sep 21, 2017
1 parent 9d99ee4 commit 04476f9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ package. The user can run the packaged app without installing a Python
interpreter or any modules.


.. image:: https://img.shields.io/travis/pyinstaller/pyinstaller/develop.svg?label=Linux
.. image:: https://img.shields.io/travis/pyinstaller/pyinstaller/v3.3.svg?label=Linux
:target: https://travis-ci.org/pyinstaller/pyinstaller/
:alt: Travis CI test status (Linux)

.. image:: https://img.shields.io/travis/pyinstaller/pyinstaller-osx-tests/master.svg?label=OS%20X
:target: https://travis-ci.org/pyinstaller/pyinstaller-osx-tests
:alt: Travis CI test status (OS X)

.. image:: https://img.shields.io/appveyor/ci/matysek/pyinstaller/develop.svg?label=Windows
:target: https://ci.appveyor.com/project/matysek/pyinstaller/branch/develop
.. image:: https://img.shields.io/appveyor/ci/matysek/pyinstaller/v3.3.svg?label=Windows
:target: https://ci.appveyor.com/project/matysek/pyinstaller/branch/v3.3
:alt: AppVeyor CI test status (Windows)

.. image:: https://landscape.io/github/pyinstaller/pyinstaller/develop/landscape.svg?
:target: https://landscape.io/github/pyinstaller/pyinstaller/develop
.. image:: https://landscape.io/github/pyinstaller/pyinstaller/master/landscape.svg?
:target: https://landscape.io/github/pyinstaller/pyinstaller/master
:alt: Code health

.. image:: https://img.shields.io/pypi/v/PyInstaller.svg
:target: https://pypi.python.org/pypi/PyInstaller

.. image:: https://img.shields.io/badge/docs-latest-blue.svg
:target: https://pyinstaller.readthedocs.io/en/latest/
.. image:: https://img.shields.io/badge/docs-v3.3-blue.svg
:target: https://pyinstaller.readthedocs.io/en/v3.3/
:alt: Manual

.. image:: https://img.shields.io/badge/changes-latest-blue.svg
:target: https://pyinstaller.readthedocs.io/en/latest/CHANGES.html
.. image:: https://img.shields.io/badge/changes-v3.3-blue.svg
:target: https://pyinstaller.readthedocs.io/en/v3.3/CHANGES.html
:alt: Changelog

.. image:: https://img.shields.io/badge/IRC-pyinstalller-blue.svg
Expand Down Expand Up @@ -162,5 +162,5 @@ or simply use it directly from the source (pyinstaller.py).


.. _PyCrypto: https://www.dlitz.net/software/pycrypto/
.. _`manual`: https://pyinstaller.readthedocs.io/en/latest/
.. _`manual`: https://pyinstaller.readthedocs.io/en/v3.3/

0 comments on commit 04476f9

Please sign in to comment.