From dd2488f0b222042369d04456ad118752931c3f8d Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Wed, 22 Dec 2010 17:54:04 +0100 Subject: [PATCH] Released version 4 --- bin/cc-node | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/cc-node b/bin/cc-node index 9d2b63e..0e47d79 100755 --- a/bin/cc-node +++ b/bin/cc-node @@ -19,7 +19,7 @@ try: except ImportError: DAEMONIZE = False -__VERSION__ = 3 +__VERSION__ = 4 DEFAULT_CONFIG_FILE = '/etc/cc-node.conf' DEFAULT_PID_FILE = '/var/run/cc-node.pid' diff --git a/debian/changelog b/debian/changelog index f0ce7c8..3a0b6c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cc-node (4-1) unstable; urgency=low + + * Fixed bugs + + -- Antoine Millet Wed, 22 Dec 2010 17:50:48 +0100 + cc-node (3-1) unstable; urgency=low * Added $HOSTNAME variable on login field of config file. diff --git a/setup.py b/setup.py index ca3c76a..774c12d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-node', - version='3', + version='4', description='Cloud Control Node', long_description=ldesc, author='Chakib Benziane', -- GitLab