Commit 9f295928 authored by Antoine Millet's avatar Antoine Millet
Browse files

Started to work on 6~dev

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

  * Development release

 -- Antoine Millet <antoine.millet@smartjog.com>  Mon, 26 Nov 2012 16:00:03 +0100

cc-common (5) unstable; urgency=low

  * Catch socket errors when doing SSL handshake
+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='5',
    version='6~dev',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',