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',