Merged in tychoish/sphinx-1/tychoish/removed-version-change-1372634421412 (pull request #1)

removed version change
This commit is contained in:
tychoish 2013-06-30 19:21:14 -04:00
commit 964a593266

View File

@ -15,8 +15,8 @@
import sys
from os import path
__version__ = '1.2b1-xgen1-'
__released__ = '1.2b1-xgen1-' # 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__))