Commit a4e59479 authored by Antoine Millet's avatar Antoine Millet
Browse files

Started to work on 7~dev

parent e00d2943
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
cc-common (7~dev) unstable; urgency=low

  * Development release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 03 Apr 2013 16:50:27 +0200

cc-common (6) unstable; urgency=low

  * Use appropriate methods when adding/removing handlers
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read()

setup(
    name='cc-common',
    version='6',
    version='7~dev',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',