Commit 52fddbab authored by Antoine Millet's avatar Antoine Millet
Browse files

Started to work on 2~dev

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

  * Development release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 23 Oct 2012 15:57:14 +0200

cc-common (1) unstable; urgency=low

  * Initial release.
+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='1',
    version='2~dev',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',