Commit 680e183c authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 1

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

  * Development release.
  * Initial release.

 -- Antoine Millet <antoine.millet@smartjog.com>  Tue, 17 Apr 2012 14:22:13 +0200
 -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 18 Oct 2012 17:22:05 +0200
+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='1~dev',
    version='1',
    description='CloudControl common libraries',
    long_description=ldesc,
    author='Antoine Millet',