Commit 50a9aca3 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 3

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

  * Development release.
  * Always run evloop in debug mode as we don't want any bug to be hidden
  * Rewritten RPCStartHandler to be more robust

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

cc-common (2) unstable; urgency=low

+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='3~dev',
    version='3',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',