Commit 7e0052d7 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 5

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

  * Development release
  * Catch socket errors when doing SSL handshake
  * Copy the whole object database values instead of using iterator

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

cc-common (4) 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='5~dev',
    version='5',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',