From: W. Trevor King Date: Mon, 9 Aug 2010 15:59:46 +0000 (-0400) Subject: Updated version information to 1.0.0.alpha (Ninken). X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=969a0992eb61fe97de2ac3bd1cba0fb86abea319 Updated version information to 1.0.0.alpha (Ninken). 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. --- diff --git a/hooke/__init__.py b/hooke/__init__.py index 17c38ce..64f309a 100644 --- a/hooke/__init__.py +++ b/hooke/__init__.py @@ -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)