Update version.py and ChangeLog for 0.6.1
[snf-image-creator] / image_creator / __init__.py
index 817a9c6..06d6ecc 100644 (file)
@@ -1,4 +1,6 @@
-# Copyright 2011 GRNET S.A. All rights reserved.
+# -*- coding: utf-8 -*-
+#
+# Copyright 2012 GRNET S.A. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or
 # without modification, are permitted provided that the following
 # interpreted as representing official policies, either expressed
 # or implied, of GRNET S.A.
 
-__version__ = '0.1'
+"""Package for creating images to be used with Synnefo open source cloud
+software.
+"""
+
+from image_creator.version import __version__
+
+# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :