Updated version information to 1.0.0.alpha (Ninken).
authorW. Trevor King <wking@drexel.edu>
Mon, 9 Aug 2010 15:59:46 +0000 (11:59 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 9 Aug 2010 15:59:46 +0000 (11:59 -0400)
This is mostly to bring the `type` field of __version__ into agreement
with Python's alpha/beta/candidate/final.  The bump to major version 1
is intended to reflect the major recoding of the Hooke internals that
I've been carrying out.

The name change (Kenzo -> Ninken) follows the list of Japanese
emperors
  http://en.wikipedia.org/wiki/List_of_Emperors_of_Japan
This matches Seinei -> Kenzo progression, so I'm pretty sure this is
where the current naming scheme comes from.

hooke/__init__.py

index 17c38ce8ca0c457e48d1b2a45ed0c8bb1dac6a25..64f309a205e8854fc7a978857c611eb3f9744762 100644 (file)
@@ -34,7 +34,7 @@ except ImportError, e:
     __license__ = 'All rights reserved.' 
 
 
-__version__ = (0, 9, 0, 'devel', None, 'Kenzo')
+__version__ = (1, 0, 0, 'alpha', None, 'Ninken')
 """Version tuple::
 
     (major, minor, release, type, patch, name)