Bump to 1.2b2.

This commit is contained in:
Georg Brandl 2013-09-17 15:46:04 +02:00
parent 13f6fc7994
commit 8da68a8d66
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 1.2 (in development)
============================
Release 1.2 beta2 (released Sep 17, 2013)
=========================================
Features added
--------------

View File

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