Set version number back to dev mercurial revision

This commit is contained in:
Emanuel Schuetze 2012-05-25 09:34:50 +02:00
parent f7eab29ed5
commit 8cdc062628
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
:license: GNU GPL, see LICENSE for more details.
"""
VERSION = (1, 2, 0, 'beta', 2)
VERSION = (1, 2, 0, 'alpha', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""