Commit 1321cdb5 authored by Antoine Millet's avatar Antoine Millet
Browse files

Started to work on 3~dev

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

  * Development release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 20 Nov 2012 15:53:37 +0100

cc-common (2) unstable; urgency=low

  * Remove on_disconnect callback when stopping the client
+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='2',
    version='3~dev',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',