Prepared 1.2-beta3 release.

This commit is contained in:
Emanuel Schuetze 2012-06-06 16:40:05 +02:00
parent a2e1b77bd6
commit 2ce9815218

View File

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