Ready to start the next release...

Remove Create badge

Change the Brew install process

Remove the Crate badge in the documentation
pull/306/head
Nicolas Hennion 2013-12-17 09:31:43 +01:00
parent bd7576bce1
commit 80b2a2956a
5 changed files with 2626 additions and 7 deletions

1308
.tags Normal file

File diff suppressed because it is too large Load Diff

1308
.tags_sorted_by_file Normal file

File diff suppressed because it is too large Load Diff

5
NEWS
View File

@ -1,3 +1,8 @@
Version 1.7.4
=============
* ...
Version 1.7.3
=============

View File

@ -4,10 +4,8 @@
:target: https://travis-ci.org/nicolargo/glances
.. image:: https://badge.fury.io/py/Glances.png
:target: http://badge.fury.io/py/Glances
.. image:: https://pypip.in/d/Glances/badge.png
:target: https://crate.io/packages/Glances
Follow Glances on twitter: `glances_system`_
Follow Glances on twitter: `nicolargo`_ or `glances_system`_
===============================
Glances - An eye on your system
@ -84,9 +82,8 @@ Homebrew
.. code-block:: console
$ brew install brew-pip
$ export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
$ brew pip Glances
$ brew install python
$ pip install Glances
If you get the following error:
@ -176,6 +173,7 @@ License
LGPL. See ``COPYING`` for more details.
.. _psutil: https://code.google.com/p/psutil/
.. _nicolargo: https://twitter.com/nicolargo
.. _glances_system: https://twitter.com/glances_system
.. _PyPI: https://pypi.python.org/pypi
.. _pip: http://www.pip-installer.org/

View File

@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__appname__ = 'glances'
__version__ = "1.7.3"
__version__ = "1.7.4_BETA"
__author__ = "Nicolas Hennion <nicolas@nicolargo.com>"
__licence__ = "LGPL"