diff options
| author | Georg Brandl <georg@python.org> | 2010-05-25 01:17:03 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-25 01:17:03 +0200 |
| commit | eecf3ea6d68ec88cb1cd195ee4042ba59edbc401 (patch) | |
| tree | dcc18a990f60a02e7bf374ccd46614c6b1e424b4 | |
| parent | 2eac818a3f8bfce9b7a6de3e7befa49c0cd0e5f0 (diff) | |
| download | sphinx-1.0b1.tar.gz | |
Prepare for release of 1.0b1.1.0b1
| -rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 6fd96bdc..1cdef631 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '1.0pre' -__released__ = '1.0 (hg)' # used when Sphinx builds its own docs +__version__ = '1.0b1' +__released__ = '1.0b1' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
