bumping version number: 1.2.0a1

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-03 11:42:26 +01:00
parent c6c7d041b7
commit 0b2d9a5520
2 changed files with 4 additions and 4 deletions

View File

@@ -7,9 +7,9 @@ and classes. The initpkg-dictionary below specifies
name->value mappings where value can be another namespace
dictionary or an import path.
(c) Holger Krekel and others, 2009
(c) Holger Krekel and others, 2004-2010
"""
version = "1.1.1post1"
version = "1.2.0a1"
__version__ = version = version or "1.1.x"
import py.apipkg