Bump to 1.2b1.

This commit is contained in:
Georg Brandl 2013-03-31 15:45:44 +02:00
parent 9abf39f912
commit 0b41ccb005
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 1.2 (in development)
============================
Release 1.2 (beta1 released Mar 31, 2013)
=========================================
Incompatible changes
--------------------

View File

@ -15,8 +15,8 @@
import sys
from os import path
__version__ = '1.2pre'
__released__ = '1.2 (hg)' # used when Sphinx builds its own docs
__version__ = '1.2b1'
__released__ = '1.2b1' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))