Commit 2f36519f authored by Antoine Millet's avatar Antoine Millet
Browse files

Started to work on 5~dev

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

  * Development release

 -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 21 Nov 2012 15:17:44 +0100

cc-common (4) unstable; urgency=low

  * Fixed missing import
+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='4',
    version='5~dev',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',