Accept version 0.2 (and similar?) JPK files with channels (vs. channels.list).
[hooke.git] / hooke / __init__.py
index 17c38ce8ca0c457e48d1b2a45ed0c8bb1dac6a25..a220d8b26cff0ab8a580a8c7ba6317bf4d4d5331 100644 (file)
@@ -30,11 +30,12 @@ try:
     from .license import LICENSE as __license__
 except ImportError, e:
     import logging
-    logging.warn('Could not load LICENSE from hooke.license')
+    logging.warn('could not load LICENSE from hooke.license')
     __license__ = 'All rights reserved.' 
 
+from .util import yaml  # extend YAML to parse Hooke-specific items.
 
-__version__ = (0, 9, 0, 'devel', None, 'Kenzo')
+__version__ = (1, 0, 0, 'alpha', None, 'Ninken')
 """Version tuple::
 
     (major, minor, release, type, patch, name)