diff options
| author | Georg Brandl <georg@python.org> | 2010-01-01 14:10:48 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-01 14:10:48 +0100 |
| commit | a03764f9ad900d31ff87f2a1bf3aa818399995f7 (patch) | |
| tree | e153175b38cabd835ec31b6fb49e5d2da5b9bad3 /sphinx/__init__.py | |
| parent | d79e012aaecfb68ee5e09ce6a1c3971d5d605847 (diff) | |
| parent | 23cd8a9f62d9c4d8ec6e46165c42b2268c485bbe (diff) | |
| download | sphinx-a03764f9ad900d31ff87f2a1bf3aa818399995f7.tar.gz | |
merge with 0.6
Diffstat (limited to 'sphinx/__init__.py')
| -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 bbf83e58..31726e4b 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '0.6.3+' -__released__ = '0.6.3' # used when Sphinx builds its own docs +__version__ = '1.0' +__released__ = '1.0 (hg)' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
