Prepared 1.2 release.

This commit is contained in:
Emanuel Schuetze 2012-07-25 14:10:55 +02:00
parent ff0a1e405b
commit 5d367dd635
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, 'rc', 1)
VERSION = (1, 2, 0, 'final', 1)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""