From 2b471481e1773c2502baeee8bad5c54f3908dbc7 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Fri, 10 Oct 2014 14:54:20 +0200 Subject: [PATCH] Prepare repos for new version --- NEWS | 5 +++++ glances/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f4055f2a..99f04d66 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Glances Version 2.x ============================================================================== +Version 2.2 +=========== + +... + Version 2.1.2 ============= diff --git a/glances/__init__.py b/glances/__init__.py index 8d3b9b96..8a4e0c2b 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -20,7 +20,7 @@ """Init the Glances software.""" __appname__ = 'glances' -__version__ = '2.1.2' +__version__ = '2.2_BETA' __author__ = 'Nicolas Hennion ' __license__ = 'LGPL' diff --git a/setup.py b/setup.py index 5261214a..a823d15b 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def get_requires(): setup( name='Glances', - version='2.1.2', + version='2.2_BETA', description="A cross-platform curses-based monitoring tool", long_description=open('README.rst').read(), author='Nicolas Hennion',