Commit e00d2943 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 6

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

  * Development release
  * Use appropriate methods when adding/removing handlers
  * Check for ConfigError at startup and exit program if any
  * Define ConfigError exception class
  * Declarative API for RPC handlers
  * Added __repr__ to CallbackTag and StaticTag
  * Fixed cache updated when not needed in CallbackTag

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

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