From 61f85e409358b34900cbfdaf974a97020fea5a0b Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Thu, 30 Dec 2010 13:29:49 +0100 Subject: [PATCH] release v7 --- ccnode/__init__.py | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ccnode/__init__.py b/ccnode/__init__.py index ed4b435..5e817a6 100644 --- a/ccnode/__init__.py +++ b/ccnode/__init__.py @@ -66,7 +66,7 @@ each class. from kvm import * import ccnodehandlers -__version__ = 6 +__version__ = 7 __all__ = ['kvm', 'interface', 'exceptions', 'libvirtwrapper', 'ccnode', 'ccnodehandlers'] diff --git a/debian/changelog b/debian/changelog index 606f24c..160aa54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cc-node (7) unstable; urgency=low + + * New tags implemented for HV and VM + + -- Thibault VINCENT Thu, 30 Dec 2010 13:28:19 +0100 + cc-node (6) unstable; urgency=low * Bug fix diff --git a/debian/control b/debian/control index 15e67eb..1f91675 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: cc-node Section: python Priority: optional -Maintainer: Antoine Millet +Maintainer: Thibault VINCENT Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python XS-Python-Version: >= 2.6 Standards-Version: 3.9.1 -- GitLab